File tree 2 files changed +32
-8
lines changed
2 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 17
17
</dependencies >
18
18
19
19
<properties >
20
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
21
<maven .compiler.source>11</maven .compiler.source>
21
22
<maven .compiler.target>11</maven .compiler.target>
22
23
</properties >
23
24
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
+
24
47
</project >
You can’t perform that action at this time.
0 commit comments