mirror of https://github.com/cabaletta/baritone
[Fix] Fix Proguard from Master Merge
Someone didn't verify this even built xD
This commit is contained in:
parent
cd245f7f59
commit
dbeee33657
|
@ -99,7 +99,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||
}
|
||||
}
|
||||
|
||||
private String getJavaBinPathForProguard() {
|
||||
private String getJavaBinPathForProguard() throws Exception {
|
||||
String path;
|
||||
try {
|
||||
path = findJavaPathByGradleConfig();
|
||||
|
|
Loading…
Reference in New Issue