[Fix] Fix Proguard from Master Merge

Someone didn't verify this even built xD
This commit is contained in:
CDAGaming 2020-07-25 22:52:46 -05:00
parent cd245f7f59
commit dbeee33657
No known key found for this signature in database
GPG Key ID: 0304C9C2F35557FB
1 changed files with 1 additions and 1 deletions

View File

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