Skip to content

Commit

Permalink
build: remove build number from version
Browse files Browse the repository at this point in the history
maven snapshots deal with that for us
  • Loading branch information
desht committed Aug 16, 2023
1 parent 60a3685 commit 134d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def ENV = System.getenv()

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

version = "${project.mod_version}-build.${ENV.GITHUB_RUN_NUMBER ?: 9999}"
version = project.mod_version
group = project.maven_group
archivesBaseName = project.archives_base_name

Expand Down

0 comments on commit 134d9e4

Please sign in to comment.