mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
temp fix for modrinth uploading
let's hope this works
This commit is contained in:
@@ -131,7 +131,7 @@ modrinth {
|
|||||||
|
|
||||||
syncBodyFrom.set(rootProject.file("README.md").readText())
|
syncBodyFrom.set(rootProject.file("README.md").readText())
|
||||||
|
|
||||||
uploadFile.set(tasks.getByPath("renameTask").outputs.files.first())
|
uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
|
||||||
gameVersions.add(libs.minecraft.get().version as String)
|
gameVersions.add(libs.minecraft.get().version as String)
|
||||||
gameVersions.add("1.21.1")
|
gameVersions.add("1.21.1")
|
||||||
failSilently.set(false)
|
failSilently.set(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user