mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +00:00
fixed JAVA_HOME
This commit is contained in:
parent
c0bcdf7e5e
commit
fe73f77666
@ -22,7 +22,7 @@ if (System.env.JAVA_HOME) {
|
||||
project.ext.JAVA_HOME = System.env.JAVA_HOME;
|
||||
}
|
||||
else {
|
||||
project.ext.JAVA_HOME = "${System.properties.'java.home'}/../"
|
||||
project.ext.JAVA_HOME = "${System.properties.'java.home'}"
|
||||
}
|
||||
|
||||
/***************************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user