Skip to content

Commit ea43909

Browse files
committed
Exclude module-info.java files from the build
They currently don't build with JDK 8.
1 parent 09c0c79 commit ea43909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@
395395
<artifactId>maven-compiler-plugin</artifactId>
396396
<version>${maven-compiler-plugin.version}</version>
397397
<configuration>
398+
<excludes>**/module-info.java</excludes>
398399
<annotationProcessorPaths>
399400
<path>
400401
<groupId>org.immutables</groupId>

0 commit comments

Comments
 (0)