1
0
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:
chris
2024-09-14 05:52:12 +08:00
committed by GitHub
parent 77adddcee4
commit ec9a6497f3

View File

@@ -98,6 +98,7 @@ tasks {
// Readme sync
modrinth.get().dependsOn(tasks.modrinthSyncBody)
modrinth.get().dependsOn(tasks.getByName("renameTask"))
}
afterEvaluate {