blob: eaaa27c8db48ce341e11250891460734de5aee83 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Example of toolchains.xml file.
Someone running the build with -Pbree-libs would need their own version of
toolchains.xml in their home directory's .m2 directory (~/.m2/toolchains.xml)
which points to the location on their file system of the required JDKs.
-->
<toolchains>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-17</id>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/openjdk17/Contents/Home</jdkHome>
</configuration>
</toolchain>
</toolchains>