Skip to content

Commit

Permalink
Dont append run number to version
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Sep 28, 2022
1 parent a5283ce commit 87ddec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ tasks {
dependsOn(project(":geary-papermc").tasks.build)
}
}

allprojects {
val runNumber: String? = System.getenv("GITHUB_RUN_NUMBER")
if (runNumber != null) version = "$version.$runNumber"
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ kotlinVersion=1.7.10
serverVersion=1.19.2-R0.1-SNAPSHOT
dokkaVersion=1.7.10
kotlin.mpp.stability.nowarn=true
addRunNumber=false

0 comments on commit 87ddec2

Please sign in to comment.