Skip to content

Commit

Permalink
build: Use the new toolchains JDK selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 26, 2025
1 parent 46587e3 commit 05241a5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,17 +321,13 @@
<executions>
<execution>
<goals>
<goal>toolchain</goal>
<goal>select-jdk-toolchain</goal>
</goals>
<configuration>
<version>[11,12)</version>
</configuration>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>11</version>
</jdk>
</toolchains>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 05241a5

Please sign in to comment.