chore: adjust version naming for better integration

This commit is contained in:
Martin Prokoph
2025-02-15 12:39:47 +01:00
parent 28166aaa3d
commit 596f68f4d9
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ unifiedPublishing {
modrinth {
token = MODRINTH_TOKEN
id = rootProject.modrinth_id
version = version
version = rootProject.mod_version + "+" + rootProject.minecraft_version + "-" + project.name
gameVersions.addAll project.minecraft_version
if (project.supported_versions != "") gameVersions.addAll project.supported_versions
}

View File

@@ -99,7 +99,7 @@ unifiedPublishing {
modrinth {
token = MODRINTH_TOKEN
id = rootProject.modrinth_id
version = version
version = rootProject.mod_version + "+" + rootProject.minecraft_version + "-" + project.name
gameVersions.addAll project.minecraft_version
if (project.supported_versions != "") gameVersions.addAll project.supported_versions
}