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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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