File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
- <maven .compiler.source>21</maven .compiler.source>
14
- <maven .compiler.target>21</maven .compiler.target>
13
+ <java .version>21</java .version>
14
+ <maven .compiler.source>${java.version} </maven .compiler.source>
15
+ <maven .compiler.target>${java.version} </maven .compiler.target>
15
16
<assertj .version>3.26.3</assertj .version>
16
17
</properties >
17
18
73
74
<artifactId >maven-compiler-plugin</artifactId >
74
75
<version >3.13.0</version >
75
76
<configuration >
76
- <source >21 </source >
77
- <target >21 </target >
77
+ <source >${java.version} </source >
78
+ <target >${java.version} </target >
78
79
<compilerArgs >
79
80
<arg >-Xlint:all</arg >
80
81
<arg >-Xlint:-auxiliaryclass</arg >
157
158
</plugins >
158
159
</build >
159
160
</project >
161
+ Last edited 5 minutes ago
162
+
163
+
You can’t perform that action at this time.
0 commit comments