Skip to content

Commit

Permalink
remove duplicate publishAll task
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Sep 7, 2024
1 parent ec0328d commit 41cdc95
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions gradle/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tasks.register('checkIfPublicVersion') {
}

tasks.register('publishAll') {
dependsOn('build')
dependsOn('checkIfPublicVersion')
dependsOn('publish')
dependsOn('publishMods')
Expand Down Expand Up @@ -40,14 +41,6 @@ publishMods {
}
}

tasks.register('publishAll') {
dependsOn('build')
dependsOn('checkIfPublicVersion')
dependsOn('publish')
dependsOn('publishMods')
}


tasks.withType(GenerateModuleMetadata).configureEach {
enabled = false
}
Expand Down

0 comments on commit 41cdc95

Please sign in to comment.