Skip to content

Commit

Permalink
disable automated commits
Browse files Browse the repository at this point in the history
  • Loading branch information
RHR2713 committed Mar 12, 2024
1 parent cbc31e8 commit 1d2cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ project.compileJava.dependsOn(createVersionFile)
task commitOnDeploy {
description = 'Commits when deployed.'
doLast {
if (true) {
if (false) {
def date = new Date()
def sdf = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss")
grgit.add(patterns: [
Expand Down

0 comments on commit 1d2cc6f

Please sign in to comment.