Skip to content

Commit

Permalink
Use java 17 on uploading archives
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Litwiniuk committed Jun 6, 2024
1 parent fbca48d commit b4e8768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uploadArchives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
persist-credentials: false

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11.0.10
distribution: 'adopt'
java-version: 17.0.10
distribution: "adopt"
cache: gradle

- name: Add Maven credentials to gradle.properties
Expand Down

0 comments on commit b4e8768

Please sign in to comment.