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:
@@ -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("")
|
||||
|
||||
Reference in New Issue
Block a user