Skip to content

Commit dd49d51

Browse files
authored
Merge pull request #1 from sylv256/patch-1
fix: archivesBaseName -> base.archivesName
2 parents 9da02b5 + a8ae31f commit dd49d51

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)