mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Ensure the modrinth file rename task is ran before trying to upload to modrinth
This commit is contained in:
@@ -98,6 +98,7 @@ tasks {
|
||||
|
||||
// Readme sync
|
||||
modrinth.get().dependsOn(tasks.modrinthSyncBody)
|
||||
modrinth.get().dependsOn(tasks.getByName("renameTask"))
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
|
||||
Reference in New Issue
Block a user