Skip to content

Commit

Permalink
Try to fix what I suspect is mergetool ending up on the classpath (ag…
Browse files Browse the repository at this point in the history
…ain)
  • Loading branch information
TheCodex6824 committed Dec 17, 2024
1 parent 620e65a commit 6ea1c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ mixin {
}

configurations {
testCompile.extendsFrom compile
testAgent
testImplementation.extendsFrom testAgent
testImplementation.extendsFrom implementation
}

dependencies {
Expand Down Expand Up @@ -162,7 +162,7 @@ dependencies {
}
}

configurations.forEach {
configurations.all {
// mergetool pollutes the classpath with conflicting classes
it.exclude(group: 'net.minecraftforge', module: 'mergetool')

Expand Down

0 comments on commit 6ea1c1d

Please sign in to comment.