Skip to content

Commit

Permalink
Remove branch suffix from version
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 11, 2024
1 parent d4206e6 commit 5201690
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 @@ -36,7 +36,7 @@ gradleutils.version {
branches {
suffixBranch()
suffixExemptedBranch(versionMc)
suffixExemptedBranch("$versionMc.x")
suffixExemptedBranch("1.21.x")
}
}
version = "${gradleutils.version}+$versionLoaderUpstream+$versionMc"
Expand Down

0 comments on commit 5201690

Please sign in to comment.