From ec9a6497f3457ab9dc5a0c4b97135a8680e3463d Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 14 Sep 2024 05:52:12 +0800 Subject: [PATCH] Ensure the modrinth file rename task is ran before trying to upload to modrinth --- .../main/kotlin/floodgate-modded.platform-conventions.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts b/build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts index a3c1942..244027e 100644 --- a/build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts @@ -98,6 +98,7 @@ tasks { // Readme sync modrinth.get().dependsOn(tasks.modrinthSyncBody) + modrinth.get().dependsOn(tasks.getByName("renameTask")) } afterEvaluate {