mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-4122: Switching to JDK 21
This commit is contained in:
parent
8b03bd1962
commit
966e6fddf3
4 changed files with 14 additions and 13 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue