Skip to content

Commit

Permalink
Tweaked archives base name
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed May 16, 2024
1 parent 8a56bbf commit f3f7360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ subprojects {
apply plugin: 'maven-publish'

base {
// Set up a suffixed format for the mod jar names, e.g. `example-fabric`.
archivesName = "$rootProject.archives_name-$project.name"
archivesName = "$rootProject.archives_name"
}

repositories {
Expand Down

0 comments on commit f3f7360

Please sign in to comment.