Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Upgrade gradle in github actions (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
otrosien authored Dec 19, 2023
1 parent 175a1f3 commit bb3ae71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
- uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.4
gradle-version: 8.5
- name: Test Default
run: gradle build
- name: codacy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cve-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
java-version: '21'
- uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.4
gradle-version: 8.5
arguments: ':dependencyCheckAggregate'
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.4
gradle-version: 8.5
arguments: publish -Prelease
env:
NEXUS_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit bb3ae71

Please sign in to comment.