File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 814
814
<plugin >
815
815
<groupId >org.apache.maven.plugins</groupId >
816
816
<artifactId >maven-compiler-plugin</artifactId >
817
- <executions >
818
- <execution >
819
- <id >default-compile</id >
820
- <configuration >
821
- <!-- compile everything to ensure module-info contains right entries -->
822
- <!-- required when JAVA_HOME is JDK 8 or below -->
823
- <jdkToolchain >
824
- <version >9</version >
825
- </jdkToolchain >
826
- <release >9</release >
827
- </configuration >
828
- </execution >
829
- <execution >
830
- <id >base-compile</id >
831
- <goals >
832
- <goal >compile</goal >
833
- </goals >
834
- <!-- recompile everything for target VM except the module-info.java -->
835
- <configuration >
836
- <excludes >
837
- <exclude >javax.money/module-info.java</exclude >
838
- </excludes >
839
- </configuration >
840
- </execution >
841
- </executions >
842
- <configuration >
843
- <source >9</source >
844
- <target >9</target >
845
- <excludes >
846
- <exclude >javax/money/module-info.java</exclude >
847
- </excludes >
848
- </configuration >
849
817
</plugin >
850
818
</plugins >
851
819
</build >
You can’t perform that action at this time.
0 commit comments