Skip to content

Instantly share code, notes, and snippets.

@dashorst
Created November 19, 2021 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dashorst/e63b92d00f5c6b2ac1302823941483d6 to your computer and use it in GitHub Desktop.
Save dashorst/e63b92d00f5c6b2ac1302823941483d6 to your computer and use it in GitHub Desktop.
Toolchains.xml example
<?xml version="1.0" encoding="UTF8"?>
<toolchains>
<toolchain>
<type>jdk</type>
<provides>
<version>11</version>
<vendor>adoptium</vendor>
</provides>
<configuration>
<jdkHome>/home/username/.sdkman/candidates/java/11.0.12-tem</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>17</version>
<vendor>adoptium</vendor>
</provides>
<configuration>
<jdkHome>/home/username/.sdkman/candidates/java/17.0.1-tem</jdkHome>
</configuration>
</toolchain>
</toolchains>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment