Skip to content

Commit

Permalink
remove jenkins garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Oct 13, 2024
1 parent 269367a commit 4f84911
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 @@ -7,7 +7,7 @@ plugins {
}

rootProject.group = "com.ryderbelserion.simpleflags"
rootProject.version = if (System.getenv("BUILD_NUMBER") != null) "1.0-${System.getenv("BUILD_NUMBER")}" else "1.0"
rootProject.version = "1.0"
rootProject.description = "A plugin that adds simple worldguard flags."

repositories {
Expand Down

0 comments on commit 4f84911

Please sign in to comment.