Skip to content

Commit

Permalink
Fix artifact ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 25, 2023
1 parent 4d7275f commit 539ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/convention.shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ javadoc {
}

base {
archivesName = "${mod_name}-${project.name}-${libs.versions.minecraft.get()}"
archivesName = "${artifact_id}-${project.name}-${libs.versions.minecraft.get()}"
}

repositories {
Expand Down

0 comments on commit 539ad53

Please sign in to comment.