Slackbot
05/08/2023, 3:16 PMVampire
05/08/2023, 4:45 PMconvention-plugins
you use Java 11 to run the build (toolchains do not matter here, as it is about a plugin you want to apply, so the version you run Gradle with is the relevant part, toolchains are just what is built).
And if the Java version is, what is complained about, then it means that convention-plugins
was built with Java 12 or newer and not with a Java 8 toolchain if that is what you meant.Shaun Reich
05/08/2023, 5:53 PMShaun Reich
05/08/2023, 5:54 PMVampire
05/08/2023, 5:55 PMShaun Reich
05/08/2023, 5:55 PM