Skip to content

Commit

Permalink
Update maven compiler plugin source to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 5, 2023
1 parent d6ea28f commit 10e7fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fieldgenerator/fieldgenerator-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
<annotationProcessorPaths>
<path>
<groupId>com.google.auto.service</groupId>
Expand Down

0 comments on commit 10e7fdf

Please sign in to comment.