-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I was using JitPack (jitpack.io) to compile a Maven project and because by default JitPack only provides Java 8 I thought I'd use the toolchains-maven-plugin to have it automatically install the correct JDK.
But I was getting MisconfiguredToolchainException errors. I don't have the exact error message anymore, but it was saying that the toolchain configuration had a reference to "openjdk6" but that there wasn't a valid home directory for it.
So perhaps the build environment provides an invalid toolchains.xml somehow, I don't know because I don't have access to the environment.
But I was thinking that perhaps it would be nice to not fail on configuration errors like this. Either by default or by using some kind of flag for the plugin.
Metadata
Metadata
Assignees
Labels
No labels