Skip to content

Commit

Permalink
build: remove module name from modrinth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 2, 2024
1 parent 234e30a commit 3fcd11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ for (module in modrinthModules) {

token.set(modrinthApiKey)
projectId.set("${property("modrinthProjectID")}")
versionNumber.set((if (isRelease) versionString else publishVersion) + "-${module.name.lowercase()}")
versionNumber.set((if (isRelease) versionString else publishVersion)/* + "-${module.name.lowercase()}"*/)
versionType.set(System.getenv("MODRINTH_BUILD_CHANNEL") ?: "beta")
uploadFile.set(project(":sayanvanish-bukkit").tasks.shadowJar.flatMap { it.archiveFile })
when (module) {
Expand Down

0 comments on commit 3fcd11e

Please sign in to comment.