Temporary spongepowered.vanillagradle fix/workaround

This commit is contained in:
James Seibel
2024-06-22 16:21:19 -05:00
parent 9f3de07bd8
commit 99c713967b
+9
View File
@@ -1,4 +1,13 @@
// temporary fix for broken spongepowered version
buildscript {
configurations.configureEach {
resolutionStrategy {
force 'org.spongepowered:vanillagradle:0.2.1-20240507.024226-82'
}
}
}
plugins {
id "org.spongepowered.gradle.vanilla" version "0.2.1-SNAPSHOT"
}