Skip to content

Commit

Permalink
+ maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Aug 8, 2024
1 parent 4ee6ca2 commit 4e480bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to OSSRH
run: ./mvnw --batch-mode deploy -Prelease
run: chmod +x ./mvnw && ./mvnw --batch-mode deploy -Prelease
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
java-version: '21'
distribution: 'corretto'
# cache: maven
cache: maven
- name: Build
run: chmod +x ./mvnw && ./mvnw -B package --file pom.xml

Expand Down

0 comments on commit 4e480bf

Please sign in to comment.