Skip to content

Commit

Permalink
Move to Java 17 as a baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Jan 13, 2025
1 parent 6c14262 commit ae91cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>11</release>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion vertx-mutiny-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<goal>testCompile</goal>
</goals>
<configuration>
<release>11</release>
<release>17</release>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
</annotationProcessors>
Expand Down

0 comments on commit ae91cdc

Please sign in to comment.