Skip to content

Commit bb36f04

Browse files
committed
Fixed artifact version and name
1 parent f612bd2 commit bb36f04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks.named('wrapper', Wrapper).configure {
99
distributionType = Wrapper.DistributionType.BIN
1010
}
1111

12-
version = mod_version
12+
version = minecraft_version + "-" + mod_version
1313
group = mod_group_id
1414

1515
sourceSets.main.resources {
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
base {
32-
archivesName = mod_id
32+
archivesName = mod_name
3333
}
3434

3535
java.toolchain.languageVersion = JavaLanguageVersion.of(21)

0 commit comments

Comments
 (0)