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

Commit

Permalink
- require java 17 for sample project now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Oct 20, 2023
1 parent f64f24a commit 922af6a
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 922af6a

Please sign in to comment.