Skip to content

Commit

Permalink
This is useful
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed May 8, 2024
1 parent 77e6aa4 commit 7d6907b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,9 @@ subprojects {
inputDir = "assets/${mod_id}/lang"
}
}

tasks.register('publishAll') {
group 'publishing'
dependsOn 'publish'
dependsOn 'publishMods'
}

0 comments on commit 7d6907b

Please sign in to comment.