Skip to content

Commit

Permalink
build: drop build number from artifact
Browse files Browse the repository at this point in the history
maven snapshots take care of this
  • Loading branch information
desht committed Aug 17, 2023
1 parent b5e019f commit 219244b
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 @@ -28,7 +28,7 @@ allprojects {
apply from: "https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/git-md-changelog.gradle"

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

Expand Down

0 comments on commit 219244b

Please sign in to comment.