Skip to content

Commit

Permalink
chore(openapi-router): update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-work committed May 31, 2024
1 parent 682990b commit 78578eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vertx-web-openapi-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>11</release>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit 78578eb

Please sign in to comment.