File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<properties >
29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
- <maven .compiler.source>17</ maven .compiler.source >
31
- < maven .compiler.target>17</ maven .compiler.target>
30
+ <jdk .version> ${jdk.version} </ jdk .version >
31
+
32
32
<!-- Official Maven Plugins -->
33
33
<maven-plugin-api .version>3.8.2</maven-plugin-api .version>
34
34
<maven-plugin-annotations .version>3.6.4</maven-plugin-annotations .version>
168
168
<plugin >
169
169
<artifactId >maven-compiler-plugin</artifactId >
170
170
<configuration >
171
- <release >17 </release >
171
+ <release >${jdk.version} </release >
172
172
</configuration >
173
173
</plugin >
174
174
<plugin >
228
228
<groupId >org.apache.maven.plugins</groupId >
229
229
<artifactId >maven-javadoc-plugin</artifactId >
230
230
<configuration >
231
- <source >17 </source >
231
+ <source >${jdk.version} </source >
232
232
<detectJavaApiLink >false</detectJavaApiLink >
233
233
</configuration >
234
234
<executions >
You can’t perform that action at this time.
0 commit comments