Skip to content

Commit

Permalink
build: Use new Toolchains mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Dec 27, 2024
1 parent 1fbcbbb commit c437006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,14 @@
<executions>
<execution>
<goals>
<goal>toolchain</goal>
<goal>select-jdk-toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>17</version>
<version>[17,18)</version>
</jdk>
</toolchains>
</configuration>
Expand Down

0 comments on commit c437006

Please sign in to comment.