brady shouldn't merge PRs that don't compile, thanks cdagaming

This commit is contained in:
Leijurv
2020-07-26 13:21:51 -07:00
committed by GitHub
parent 9d41367eff
commit 9e45998a65

View File

@@ -109,7 +109,7 @@ public class ProguardTask extends BaritoneGradleTask {
}
}
private String getJavaBinPathForProguard() {
private String getJavaBinPathForProguard() throws Exception {
String path;
try {
path = findJavaPathByGradleConfig();