Files
IntegryManagementSystem/toolchains-jenkins.xml
GiuseppeS b89c0d12e6
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Fix toolchain maven
2025-01-15 15:30:19 +01:00

14 lines
301 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<toolchains>
<!-- JDK toolchains -->
<toolchain>
<type>jdk</type>
<provides>
<version>11</version>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk-11.0.12</jdkHome>
</configuration>
</toolchain>
</toolchains>