Skip to content

Commit

Permalink
pin vanillagradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jul 13, 2024
1 parent dc3f4c7 commit 186564c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildscript {
dependencies.add 'classpath', "org.spongepowered:vanillagradle:${libs.versions.vanilla.gradle.get()}"
}
plugins {
alias libs.plugins.vanilla.gradle
}
Expand Down
4 changes: 3 additions & 1 deletion Common/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ mixin = "0.8.5"
mixin_extras = "0.3.5"
asm = "9.6"
jetbrains_annotations = "24.1.0"
vanilla_gradle = "0.2.1-SNAPSHOT"

#vanilla_gradle = "0.2.1-SNAPSHOT" # TODO fix in 1.20.2+
vanilla_gradle = "0.2.1-20240507.024226-82"

commonnetworking = "1.0.3-1.20.1"
resourcefulconfig = "2.1.2"
Expand Down

0 comments on commit 186564c

Please sign in to comment.