Skip to content

Commit

Permalink
yay fixing the build was actually easy
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Aug 18, 2023
1 parent fc474cf commit 7969988
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public String getExtract() {

private List<String> requiredLibraries;

private File mixin;
private File pathfinder;

@TaskAction
Expand All @@ -75,7 +74,7 @@ protected void exec() throws Exception {
downloadProguard();
extractProguard();
generateConfigs();
acquireDependencies();
pathfinder = acquireDependencies().filter(file -> file.getName().contains("nether-pathfinder")).findAny().get();
processArtifact();
proguardApi();
proguardStandalone();
Expand Down

0 comments on commit 7969988

Please sign in to comment.