Skip to content

Commit

Permalink
build: fix sponge runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 29, 2024
1 parent baa72e3 commit a3961b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,12 @@ publishMods.modrinth {
)
}

/*
configurations.spongeRuntime {
resolutionStrategy {
eachDependency {
if (target.name == "spongevanilla") {
useVersion("1.20.+")
useVersion("1.21.+")
}
}
}
}
*/

0 comments on commit a3961b3

Please sign in to comment.