We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30641c commit 81ff0acCopy full SHA for 81ff0ac
build.gradle
@@ -55,7 +55,7 @@ tasks.withType(JavaCompile) {
55
}
56
57
dependencies {
58
- implementation "org.spongepowered:spongeapi:10.0.0"
+ implementation "org.spongepowered:spongeapi:${api}"
59
implementation 'org.spongepowered:spongevanilla:1.19.4-10.0.0-RC1397:universal'
60
implementation "com.github.SawFowl:LocaleAPI:${localeapi}"
61
implementation "com.github.SawFowl:CommandPack:${commandpack}"
@@ -86,7 +86,7 @@ sponge {
86
dependency("spongeapi") {
87
optional(false)
88
loadOrder("after")
89
- version("8.0.0")
+ version("${api}")
90
91
dependency("localeapi") {
92
0 commit comments