Skip to content

Commit

Permalink
[ci-skip] set snapshot to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 22, 2024
1 parent 12b5454 commit ec5b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.5.8"

val isSnapshot = false
val isSnapshot = true

val content: String = rootProject.file("CHANGELOG.md").readText(Charsets.UTF_8)

Expand Down

0 comments on commit ec5b506

Please sign in to comment.