mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-4122: Switching to JDK 21
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user