We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb54bb commit 9ebe6abCopy full SHA for 9ebe6ab
build.gradle.kts
@@ -1,3 +1,3 @@
1
plugins {
2
- id("io.papermc.sculptor.root") version "1.0.11-SNAPSHOT"
+ id("io.papermc.sculptor.root") version "1.0.11"
3
}
versions/1.21.4/build.gradle.kts
@@ -1,7 +1,7 @@
import io.papermc.sculptor.shared.util.MinecraftJarType
4
- id("io.papermc.sculptor.version") version "1.0.11-SNAPSHOT"
+ id("io.papermc.sculptor.version") version "1.0.11"
5
6
7
val generateReportsProperty = providers.gradleProperty("generateReports")
0 commit comments