mirror of https://github.com/cabaletta/baritone
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;
|
||||
try {
|
||||
path = findJavaPathByGradleConfig();
|
||||
|
|
Loading…
Reference in New Issue