GP-4122: Switching to JDK 21

This commit is contained in:
Ryan Kurtz 2024-04-18 08:28:52 -04:00
parent 8b03bd1962
commit 966e6fddf3
4 changed files with 14 additions and 13 deletions

View file

@ -21,9 +21,10 @@ apply from: "gradle/support/loadApplicationProperties.gradle"
/***************************************************************************************
* Print current Gradle version and make sure the correct version of gradle is being used
* Print current Java and Gradle version and make sure the correct version of gradle is being used
***************************************************************************************/
import org.gradle.util.GradleVersion;
println "Java: " + JavaVersion.current()
println "Gradle: " + GradleVersion.current().version
checkGradleVersion()