From 4572c56ee68fe6ada16e28fd861c7b7fa6f7a848 Mon Sep 17 00:00:00 2001 From: Kamesuta Date: Tue, 12 Sep 2017 01:52:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=BC=E3=83=86=E3=82=A3=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=AF=E3=83=88=E5=90=8D=E5=91=BD=E5=90=8D=E8=A6=8F?= =?UTF-8?q?=E5=89=87=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7305a95..3c4c015 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ compileJava { sourceCompatibility = targetCompatibility = "1.8" } -version = mod_version +version = "${version_minecraft}-${mod_version}" minecraft { version = "${project.version_minecraft}-${project.version_forge}" @@ -255,7 +255,6 @@ task cleanMakeStart(type: Delete) { jar { from sourceSets.main.output from sourceSets.api.output - classifier 'universal' manifest commonManifest }