We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f004e2a commit d443f79Copy full SHA for d443f79
mclib/build.gradle.kts
@@ -1,5 +1,8 @@
1
plugins {
2
- id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
+ id("org.spongepowered.gradle.vanilla") version when(project.ext["mcVersion"] as Int) {
3
+ in 11605..12111 -> "0.2.2-SNAPSHOT"
4
+ else -> "0.3.0-SNAPSHOT"
5
+ }
6
}
7
8
minecraft {
stubs/build.gradle.kts
0 commit comments