brady shouldn't merge PRs that don't compile, thanks cdagaming
This commit is contained in:
parent
9d41367eff
commit
9e45998a65
@ -109,7 +109,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getJavaBinPathForProguard() {
|
private String getJavaBinPathForProguard() throws Exception {
|
||||||
String path;
|
String path;
|
||||||
try {
|
try {
|
||||||
path = findJavaPathByGradleConfig();
|
path = findJavaPathByGradleConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user