Skip to content

Commit a8ae31f

Browse files
authored
fix: archivesBaseName -> base.archivesName
1 parent 9da02b5 commit a8ae31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)