mirror of https://github.com/cabaletta/baritone
yay fixing the build was actually easy
This commit is contained in:
parent
fc474cfb49
commit
7969988099
|
@ -63,7 +63,6 @@ public class ProguardTask extends BaritoneGradleTask {
|
||||||
|
|
||||||
private List<String> requiredLibraries;
|
private List<String> requiredLibraries;
|
||||||
|
|
||||||
private File mixin;
|
|
||||||
private File pathfinder;
|
private File pathfinder;
|
||||||
|
|
||||||
@TaskAction
|
@TaskAction
|
||||||
|
@ -75,7 +74,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
||||||
downloadProguard();
|
downloadProguard();
|
||||||
extractProguard();
|
extractProguard();
|
||||||
generateConfigs();
|
generateConfigs();
|
||||||
acquireDependencies();
|
pathfinder = acquireDependencies().filter(file -> file.getName().contains("nether-pathfinder")).findAny().get();
|
||||||
processArtifact();
|
processArtifact();
|
||||||
proguardApi();
|
proguardApi();
|
||||||
proguardStandalone();
|
proguardStandalone();
|
||||||
|
|
Loading…
Reference in New Issue