File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 541
541
<artifactId >maven-compiler-plugin</artifactId >
542
542
<version >3.7.0</version >
543
543
<configuration >
544
- <source >${maven.compile.sourceLevel} </source >
545
- <source > ${maven.compile.targetLevel} </ source >
544
+ <source >9 </source >
545
+ <target >9</ target >
546
546
</configuration >
547
547
</plugin >
548
548
<plugin >
808
808
<plugin >
809
809
<groupId >org.apache.maven.plugins</groupId >
810
810
<artifactId >maven-compiler-plugin</artifactId >
811
- <configuration >
812
- <source >9</source >
813
- <target >9</target >
814
- </configuration >
815
811
<executions >
816
812
<execution >
817
813
<id >default-compile</id >
818
814
<configuration >
819
- <source >9</source >
820
- <target >9</target >
821
815
<!-- compile everything to ensure module-info contains right entries -->
822
816
<!-- required when JAVA_HOME is JDK 8 or below -->
823
817
<jdkToolchain >
836
830
<source >${maven.compile.sourceLevel} </source >
837
831
<target >${maven.compile.targetLevel} </target >
838
832
<excludes >
839
- <exclude >java.money/ module-info.java</exclude >
833
+ <exclude >module-info.java</exclude >
840
834
</excludes >
841
835
</configuration >
842
836
</execution >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments