Skip to content

Commit

Permalink
Remove the mods from the runs dependency handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed May 14, 2024
1 parent 0d6a9f7 commit 3e9c63a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@ public Configuration getRuntimeConfiguration() {
configuration.fromDependencyCollector(this.getRuntime());
return configuration;
}

@Override
public Configuration getModsConfiguration() {
final Configuration configuration = ConfigurationUtils.temporaryConfiguration(project);
configuration.fromDependencyCollector(this.getMod());
return configuration;
}
}

0 comments on commit 3e9c63a

Please sign in to comment.