Skip to content

Commit

Permalink
没改版本号🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
187J3X1-114514 committed Feb 11, 2025
1 parent 5a833fa commit eddcbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eddcbc9

Please sign in to comment.