Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit c5f3a0f

Browse files
committed
fix
1 parent 9e2cbbc commit c5f3a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
sourceCompatibility = JavaVersion.VERSION_1_8
77
targetCompatibility = JavaVersion.VERSION_1_8
88

9-
archivesBaseName = "${project.archives_base_name}-${project.minecraft_version}"
10-
version = project.mod_version
9+
archivesBaseName = project.archives_base_name
10+
version = "${project.mod_version}-${project.minecraft_version}"
1111
group = project.maven_group
1212

1313
repositories {

0 commit comments

Comments
 (0)