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

Commit

Permalink
Merge pull request #395 from mikepenz/fix/sample_project_jav
Browse files Browse the repository at this point in the history
Java 17 for demo submission
  • Loading branch information
mikepenz committed Oct 20, 2023
2 parents f64f24a + 922af6a commit 0372550
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: |
11
15
17
- name: Run snapshot action
uses: mikepenz/gradle-dependency-submission@main
with:
Expand Down

0 comments on commit 0372550

Please sign in to comment.