Skip to content

Commit

Permalink
Exclude module-info.java files from the build
Browse files Browse the repository at this point in the history
They currently don't build with JDK 8.
  • Loading branch information
jduo committed Nov 28, 2023
1 parent b245a1c commit cc45f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<excludes>**/module-info.java</excludes>
<annotationProcessorPaths>
<path>
<groupId>org.immutables</groupId>
Expand Down

0 comments on commit cc45f9a

Please sign in to comment.