Skip to content

Commit

Permalink
- update ci to hava java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 15, 2023
1 parent 85eff82 commit 76c583b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle-dependency-submission.yml
Expand Up @@ -16,8 +16,11 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
distribution: 'zulu'
java-version: |
11
15
17
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
Expand Down

0 comments on commit 76c583b

Please sign in to comment.