Skip to content

Commit

Permalink
Fix bruh moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Sep 22, 2024
1 parent 1f0054e commit 849283e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ tasks.register('github') {
tasks.register('deploy'){
description "Publish mod to maven, modrinth and github."
group "publishing"
dependsOn publish
dependsOn modrinth
dependsOn github
dependsOn 'publish'
dependsOn 'modrinth'
dependsOn 'github'
}

0 comments on commit 849283e

Please sign in to comment.