Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
[release] update 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Nov 4, 2023
1 parent 0ea5548 commit 5658e6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ version = "$majorVersion.$minorVersion.$buildNumber"

String mavenVersion = releasing ? version : "$majorVersion.$minorVersion-SNAPSHOT"

if (!mainBranch) {
String branchAddon = branch.replace(minecraftMajorVersion, "")
version = "$majorVersion.$minorVersion$branchAddon.$buildNumber"
mavenVersion = releasing ? version : "$majorVersion.$minorVersion$branchAddon-SNAPSHOT"
}

println("version: $version")
println("isReleasing: $releasing")
println("mavenVersion: $mavenVersion")
Expand Down

0 comments on commit 5658e6f

Please sign in to comment.