File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<properties >
7
7
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8
- <maven .compiler.release>17</maven .compiler.release>
8
+ <maven .compiler.source>17</maven .compiler.source>
9
+ <maven .compiler.target>17</maven .compiler.target>
9
10
</properties >
10
11
<groupId >net.hexonet.apiconnector</groupId >
11
12
<artifactId >java-sdk</artifactId >
113
114
<plugin >
114
115
<artifactId >maven-compiler-plugin</artifactId >
115
116
<version >3.12.1</version >
116
- <executions >
117
- <execution >
118
- <id >default-compile</id >
119
- <configuration >
120
- <release >17</release >
121
- </configuration >
122
- </execution >
123
- <execution >
124
- <id >default-testCompile</id >
125
- <configuration >
126
- <release >17</release >
127
- </configuration >
128
- </execution >
129
- </executions >
130
117
</plugin >
131
118
<plugin >
132
119
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments