We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f612bd2 commit bb36f04Copy full SHA for bb36f04
1 file changed
build.gradle
@@ -9,7 +9,7 @@ tasks.named('wrapper', Wrapper).configure {
9
distributionType = Wrapper.DistributionType.BIN
10
}
11
12
-version = mod_version
+version = minecraft_version + "-" + mod_version
13
group = mod_group_id
14
15
sourceSets.main.resources {
@@ -29,7 +29,7 @@ repositories {
29
30
31
base {
32
- archivesName = mod_id
+ archivesName = mod_name
33
34
35
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
0 commit comments