Skip to content

Commit 94b297c

Browse files
committed
ci: restore modrinthSyncBody
1 parent 4e2bcc0 commit 94b297c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/paper/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ modrinth {
2121
loaders = PAPER_LOADERS
2222
}
2323

24-
//tasks.modrinth {
25-
// dependsOn(tasks.modrinthSyncBody)
26-
//}
24+
tasks.modrinth {
25+
dependsOn(tasks.modrinthSyncBody)
26+
}
2727

2828
val generatePaperLibrary by tasks.registering {
2929
outputs.file(libraryDir)

0 commit comments

Comments
 (0)