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 55 <modelVersion >4.0.0</modelVersion >
66 <properties >
77 <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>
910 </properties >
1011 <groupId >net.hexonet.apiconnector</groupId >
1112 <artifactId >java-sdk</artifactId >
113114 <plugin >
114115 <artifactId >maven-compiler-plugin</artifactId >
115116 <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 >
130117 </plugin >
131118 <plugin >
132119 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments