Skip to content

Commit

Permalink
Update sculptor to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 9, 2024
1 parent dfb54bb commit 9ebe6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("io.papermc.sculptor.root") version "1.0.11-SNAPSHOT"
id("io.papermc.sculptor.root") version "1.0.11"
}
2 changes: 1 addition & 1 deletion versions/1.21.4/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import io.papermc.sculptor.shared.util.MinecraftJarType

plugins {
id("io.papermc.sculptor.version") version "1.0.11-SNAPSHOT"
id("io.papermc.sculptor.version") version "1.0.11"
}

val generateReportsProperty = providers.gradleProperty("generateReports")
Expand Down

0 comments on commit 9ebe6ab

Please sign in to comment.