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