Skip to content

Commit

Permalink
EPMRPP-96485 || Disable version gradle tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Oct 25, 2024
1 parent a0126dc commit 2879b2f
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 @@ -72,6 +72,6 @@ test {
useJUnitPlatform()
}

tasks.named('preTagCommit') {
enabled = false
}
tasks.preTagCommit.enabled = false
tasks.updateVersion.enabled = false
tasks.commitNewVersion.enabled = false

0 comments on commit 2879b2f

Please sign in to comment.