Skip to content

Commit

Permalink
Revert tasks tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Jan 10, 2025
1 parent b416beb commit 9927123
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,8 @@ drill {
enabled = System.getenv("DRILL_AGENT_ENABLED") == "true" ?: false
version = "0.9.4"
}
}
}

tasks.preTagCommit. = false
tasks.updateVersion.enabled = false
tasks.commitNewVersion.enabled = false

0 comments on commit 9927123

Please sign in to comment.