Skip to content

Commit

Permalink
exchanged takari to apache wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaBraska committed Jul 2, 2024
1 parent d3821a2 commit 10b6708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Maven compile and update dependencies
run: |
./mvnw -B -q -N maven:wrapper
./mvnw -B -q -N wrapper:wrapper
./mvnw -B -q versions:update-parent -DgenerateBackupPoms=false -Dmaven.version.ignore=".+-(alpha|beta|M[0-9]+).*"
./mvnw -B -q versions:update-properties -DgenerateBackupPoms=false -Dmaven.version.ignore=".+-(alpha|beta|M[0-9]+).*"
./mvnw -B -q dependency:resolve -Dmaven.test.skip=true -P=tag,release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Maven compile and update dependencies
run: |
./mvnw -B -q -N maven:wrapper
./mvnw -B -q -N wrapper:wrapper
./mvnw -B -q versions:update-parent -DgenerateBackupPoms=false -Dmaven.version.ignore=".+-(alpha|beta|M[0-9]+).*"
./mvnw -B -q versions:update-properties -DgenerateBackupPoms=false -Dmaven.version.ignore=".+-(alpha|beta|M[0-9]+).*"
./mvnw -B -q dependency:resolve -Dmaven.test.skip=true -P=tag,release
Expand Down

0 comments on commit 10b6708

Please sign in to comment.