File tree Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1717 </dependencies >
1818
1919 <properties >
20+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2021 <maven .compiler.source>11</maven .compiler.source>
2122 <maven .compiler.target>11</maven .compiler.target>
2223 </properties >
2324
25+ <build >
26+ <pluginManagement >
27+ <plugins >
28+ <plugin >
29+ <groupId >org.apache.maven.plugins</groupId >
30+ <artifactId >maven-compiler-plugin</artifactId >
31+ <version >3.9.0</version >
32+ <configuration >
33+ <source >11</source >
34+ <target >11</target >
35+ </configuration >
36+ </plugin >
37+ <plugin >
38+ <groupId >org.apache.maven.plugins</groupId >
39+ <artifactId >maven-surefire-plugin</artifactId >
40+ <version >2.22.2</version >
41+ </plugin >
42+
43+ </plugins >
44+ </pluginManagement >
45+ </build >
46+
2447</project >
You can’t perform that action at this time.
0 commit comments