Skip to content

Commit

Permalink
Trying to access JDK 8 using the Maven Toolchains mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Aug 8, 2023
1 parent dc80e31 commit 889e9de
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,25 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>1.8</version>
</jdk>
</toolchains>
</configuration>
</plugin>
<plugin>
<!--
Cannot be hidden behind the "deploy" profile because we invoke "rc-open" and "rc-close" before and
Expand Down

0 comments on commit 889e9de

Please sign in to comment.