You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (org.gradle.api.JavaVersion.current().isJava8Compatible()) {
include 'picocli-annotation-processing-tests'
include 'picocli-spring-boot-starter'
include 'picocli-shell-jline3'
} else {
println("Excluding module picocli-annotation-processing-tests from the build: they require Java 8 but we have Java version ${org.gradle.api.JavaVersion.current()}")