Skip to content

Commit eb7d47f

Browse files
sylv256Ampflower
authored andcommitted
fix: archivesBaseName -> base.archivesName
1 parent 0a43509 commit eb7d47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
version = "$modVersion+$branchName"
10-
archivesBaseName = project.slug
10+
base.archivesName = project.slug
1111

1212
repositories {
1313
}

0 commit comments

Comments
 (0)