Skip to content

Commit b02b3ba

Browse files
committed
build: specify archive name
1 parent 61bda72 commit b02b3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

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

88
base {
9-
archivesName.set(project.property("archivesBaseName") as String)
9+
archivesName.set("${project.property("archivesBaseName")}-fabric-${project.property("minecraftVersion")}")
1010
}
1111

1212
version = project.property("modVersion") as String

0 commit comments

Comments
 (0)