File tree Expand file tree Collapse file tree 3 files changed +27
-8
lines changed
junit5-jupiter-starter-maven-kotlin
junit5-jupiter-starter-maven Expand file tree Collapse file tree 3 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <kotlin .version>2.1.21</kotlin .version>
14- <maven .compiler.source>1.8</maven .compiler.source>
15- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
14+ <maven .compiler.release>17</maven .compiler.release>
1615 </properties >
1716
1817 <dependencyManagement >
7372 </execution >
7473 </executions >
7574 </plugin >
76-
7775 <plugin >
78- <groupId >org.apache.maven.plugins</groupId >
76+ <artifactId >maven-compiler-plugin</artifactId >
77+ <version >3.13.0</version >
78+ </plugin >
79+ <plugin >
80+ <artifactId >maven-resources-plugin</artifactId >
81+ <version >3.3.1</version >
82+ </plugin >
83+ <plugin >
7984 <artifactId >maven-surefire-plugin</artifactId >
8085 <version >3.5.3</version >
8186 </plugin >
Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <maven .compiler.source>1.8</maven .compiler.source>
13- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
12+ <maven .compiler.release>17</maven .compiler.release>
1413 </properties >
1514
1615 <dependencyManagement >
3534
3635 <build >
3736 <plugins >
37+ <plugin >
38+ <artifactId >maven-compiler-plugin</artifactId >
39+ <version >3.13.0</version >
40+ </plugin >
41+ <plugin >
42+ <artifactId >maven-resources-plugin</artifactId >
43+ <version >3.3.1</version >
44+ </plugin >
3845 <plugin >
3946 <artifactId >maven-surefire-plugin</artifactId >
4047 <version >3.5.3</version >
Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <maven .compiler.source>1.8</maven .compiler.source>
13- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
12+ <maven .compiler.release>17</maven .compiler.release>
1413 <junit .version>4.13.2</junit .version>
1514 </properties >
1615
5251
5352 <build >
5453 <plugins >
54+ <plugin >
55+ <artifactId >maven-compiler-plugin</artifactId >
56+ <version >3.13.0</version >
57+ </plugin >
58+ <plugin >
59+ <artifactId >maven-resources-plugin</artifactId >
60+ <version >3.3.1</version >
61+ </plugin >
5562 <plugin >
5663 <artifactId >maven-surefire-plugin</artifactId >
5764 <version >3.5.3</version >
You can’t perform that action at this time.
0 commit comments