Slackbot
11/14/2023, 6:54 AMVampire
11/14/2023, 8:47 AMpluginManagement { ... } as that is the very first thing executed and should even work if you apply a settings plugin that needs newer Java. And it is a one-liner (or three-liner depending on formatting), for example check(JavaVersion.current().isJava11Compatible) { "Java 11 is needed to run this build" }Johannes
11/14/2023, 12:11 PM