Created
November 19, 2021 13:37
-
-
Save dashorst/e63b92d00f5c6b2ac1302823941483d6 to your computer and use it in GitHub Desktop.
Toolchains.xml example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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