Skip to content

Commit 849283e

Browse files
committed
Fix bruh moment.
1 parent 1f0054e commit 849283e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ tasks.register('github') {
332332
tasks.register('deploy'){
333333
description "Publish mod to maven, modrinth and github."
334334
group "publishing"
335-
dependsOn publish
336-
dependsOn modrinth
337-
dependsOn github
335+
dependsOn 'publish'
336+
dependsOn 'modrinth'
337+
dependsOn 'github'
338338
}

0 commit comments

Comments
 (0)