From 1e278af96e6b64a86d72698fb148d73bd544f3b3 Mon Sep 17 00:00:00 2001 From: expvintl Date: Mon, 19 May 2025 03:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=9E=84=E5=BB=BA=E6=88=90=E5=93=81?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0MC=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations/Minecraft_Server.xml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/runConfigurations/Minecraft_Server.xml b/.idea/runConfigurations/Minecraft_Server.xml index 8867967..3d43699 100644 --- a/.idea/runConfigurations/Minecraft_Server.xml +++ b/.idea/runConfigurations/Minecraft_Server.xml @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index e103273..46a9212 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven-publish' } -version = project.mod_version +version = project.findProperty("minecraft_version")?.toString()?:"1.0" group = project.maven_group repositories { mavenCentral()