Slackbot
07/11/2022, 7:31 AMdeepy
07/11/2022, 8:23 AMBruno Essmann
07/11/2022, 8:31 AMThomas Broyer
07/11/2022, 9:48 AMcheck(JavaVersion.current().isJava11Compatible) { "The project requires JDK 11 at a minimum" }
(or using a comparison with a constant when isJavaXXCompatible
is not available)Bruno Essmann
07/11/2022, 10:41 AMMehdi Janbarari
07/11/2022, 10:45 AM