Skip to content

Commit

Permalink
Force update snapshot packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alaugks committed May 12, 2024
1 parent 0866e9e commit 6a04762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ossrh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cache: 'maven'
- name: Build & Deploy
run: |
mvn -U clean install
mvn -U -B clean deploy -P release
env:
GPG_PRIVATE_KEY_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze (dev)
run: |
mvn -U clean install
mvn test -P test-coverage
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.projectName=${{ vars.SONAR_PROJECT_NAME }} \
Expand Down

0 comments on commit 6a04762

Please sign in to comment.