We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9e625 commit 6a280eeCopy full SHA for 6a280ee
spring-data-geode/pom.xml
@@ -283,7 +283,7 @@
283
284
<profiles>
285
<profile>
286
- <id>local-java16</id>
+ <id>local-java17</id>
287
<build>
288
<plugins>
289
<plugin>
@@ -296,7 +296,7 @@
296
<include>**/*Test.java</include>
297
</includes>
298
<jdkToolchain>
299
- <version>16</version>
+ <version>17</version>
300
<vendor>oracle</vendor>
301
</jdkToolchain>
302
<reuseForks>false</reuseForks>
@@ -322,7 +322,7 @@
322
<configuration>
323
<toolchains>
324
<jdk>
325
326
327
</jdk>
328
</toolchains>
@@ -332,7 +332,7 @@
332
</build>
333
</profile>
334
335
- <id>remote-java16</id>
+ <id>remote-java17</id>
336
337
338
0 commit comments