File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 - name : bump-rewrite-properties-to-snapshots
3030 run : |
3131 ./mvnw versions:update-properties -DincludeProperties=rewrite.version,rewrite.kotlin.version -DallowSnapshots=true
32- git diff-index --quiet HEAD pom.xml || git commit -m "Bump rewrite.version properties" pom.xml && git push origin main
32+ git diff-index --quiet HEAD pom.xml || ( git commit -m "Bump rewrite.version properties" pom.xml && git push origin main)
Original file line number Diff line number Diff line change 6161 - name : bump-rewrite-properties-to-snapshots
6262 run : |
6363 ./mvnw versions:update-properties -DincludeProperties=rewrite.version,rewrite.kotlin.version -DallowSnapshots=true
64- git diff-index --quiet HEAD pom.xml || git commit -m "Bump rewrite.version properties" pom.xml && git push origin main && rm -f pom.xml.versionsBackup
64+ git diff-index --quiet HEAD pom.xml || ( git commit -m "Bump rewrite.version properties" pom.xml && git push origin main && rm -f pom.xml.versionsBackup)
You can’t perform that action at this time.
0 commit comments