File tree Expand file tree Collapse file tree 1 file changed +16
-24
lines changed Expand file tree Collapse file tree 1 file changed +16
-24
lines changed Original file line number Diff line number Diff line change 6767 </configuration >
6868 </plugin >
6969 <plugin >
70- <groupId >org.apache.maven.plugins</groupId >
71- <artifactId >maven-compiler-plugin</artifactId >
72- <version >3.14.1</version >
73- <configuration >
74- <release >21</release >
75- <fork >true</fork >
76- <executable >${JAVA_HOME} /bin/javac</executable >
77- <compilerArgs >
78- <arg >-Xlint:all</arg >
79- <arg >-Xlint:-auxiliaryclass</arg >
80- <arg >-Werror</arg >
81- </compilerArgs >
82- </configuration >
83- </plugin >
84- <plugin >
85- <groupId >org.apache.maven.plugins</groupId >
86- <artifactId >maven-compiler-plugin</artifactId >
87- <version >3.13.0</version >
88- <configuration >
89- <release >21</release >
90- <jdkToolchain >
91- <version >21</version >
92- </jdkToolchain >
93- </configuration >
70+
71+ <groupId >org.apache.maven.plugins</groupId >
72+ <artifactId >maven-compiler-plugin</artifactId >
73+ <version >3.14.1</version >
74+ <configuration >
75+ <release >21</release >
76+ <fork >true</fork >
77+ <compilerArgs >
78+ <arg >-Xlint:all</arg >
79+ <arg >-Xlint:-auxiliaryclass</arg >
80+ <arg >-Werror</arg >
81+ </compilerArgs >
82+ <jdkToolchain >
83+ <version >21</version >
84+ </jdkToolchain >
85+ </configuration >
9486 </plugin >
9587 <plugin >
9688 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments