-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de5d409
commit 54ed8a1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description: 'Checks outs the repo and sets up the JDK and Gradle.' | |
inputs: | ||
java-version: | ||
description: 'The JDK version to use' | ||
default: '17' | ||
default: '21' | ||
required: false | ||
java-distribution: | ||
description: 'The JDK distribution to use' | ||
|
@@ -30,7 +30,7 @@ runs: | |
submodules: ${{ inputs.submodules }} | ||
fetch-depth: ${{ inputs.fetch-depth }} | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK ${{ inputs.java-version }} | ||
uses: actions/[email protected] | ||
with: | ||
java-version: ${{ inputs.java-version }} | ||
|