Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GH] Explicitly specify mvn-toolchain-id for setup JDKs to match BREEs
The toolchains.xml generated by the setup-java GitHub action has '8' as 'version' value for the Java-1.8 JDK and therefore the tycho-compiler-plugin does not match it when has 'useJDK=BREE' configured for a Plugin with BREE JavaSE-1.8. Therefore explicitly set the 'id' of each jdk-toolchain to match the corresponding BREE identifier so that the tycho-compiler-plugin can find it via this secondary way.
- Loading branch information