Skip to content

Commit

Permalink
Wrong version 53 package-info
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos authored and lukasj committed Apr 19, 2023
1 parent dd36904 commit 713fc69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>9</release>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xdoclint:all</arg>
Expand All @@ -281,6 +282,7 @@
</goals>
<configuration>
<release>8</release>
<createMissingPackageInfoClass>true</createMissingPackageInfoClass>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
Expand Down

0 comments on commit 713fc69

Please sign in to comment.