Skip to content

Commit

Permalink
Revert "sync body conditionally"
Browse files Browse the repository at this point in the history
This reverts commit 31486ca.
  • Loading branch information
turikhay committed Mar 23, 2024
1 parent f4f2406 commit e495321
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/single/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,8 @@ tasks {
getByName("modrinth") {
dependsOn(
dedupShadowJar,
modrinthSyncBody
)
if (updatePages) {
dependsOn(modrinthSyncBody)
}
}
getByName("publishPluginPublicationToHangar") {
dependsOn(
Expand Down

0 comments on commit e495321

Please sign in to comment.