1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Fix modrinth upload task (#120)

This commit is contained in:
chris
2024-04-29 00:48:15 +02:00
committed by GitHub
parent 1277e3f46e
commit 3d35cdb26e

View File

@@ -101,7 +101,7 @@ tasks {
register("remapModrinthJar", RemapJarTask::class) {
dependsOn(shadowJar)
inputFile.set(remapJar.get().archiveFile)
inputFile.set(shadowJar.get().archiveFile)
addNestedDependencies = true
archiveVersion.set(project.version.toString() + "+build." + System.getenv("GITHUB_RUN_NUMBER"))
archiveClassifier.set("")