From eddcbc96dd0d2e723bb2f29834a080fd6d398437 Mon Sep 17 00:00:00 2001 From: 187J3X1-114514 Date: Tue, 11 Feb 2025 13:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 59314d4..05b78dd 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ subprojects { apply plugin: "maven-publish" base { - archivesName = "$rootProject.archives_name-$project.name" + archivesName = "$rootProject.archives_name-$project.name-$rootProject.minecraft_version" } repositories { diff --git a/gradle.properties b/gradle.properties index 7baa6a4..76db568 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx6G org.gradle.parallel=true # Mod properties -mod_version=0.0.3a2 +mod_version=0.0.3a3 maven_group=io.homo.SuperResolution archives_name=superresolution enabled_platforms=fabric,neoforge