Skip to content

Commit 713fc69

Browse files
jbescoslukasj
authored andcommitted
Wrong version 53 package-info
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent dd36904 commit 713fc69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
<artifactId>maven-compiler-plugin</artifactId>
266266
<configuration>
267267
<release>9</release>
268+
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
268269
<compilerArgs>
269270
<arg>-Xlint:all</arg>
270271
<arg>-Xdoclint:all</arg>
@@ -281,6 +282,7 @@
281282
</goals>
282283
<configuration>
283284
<release>8</release>
285+
<createMissingPackageInfoClass>true</createMissingPackageInfoClass>
284286
<excludes>
285287
<exclude>module-info.java</exclude>
286288
</excludes>

0 commit comments

Comments
 (0)