Skip to content

Commit

Permalink
[#132] Move to Java 21 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jul 27, 2024
1 parent de5d409 commit 54ed8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/setup-gradle-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}
Expand Down

0 comments on commit 54ed8a1

Please sign in to comment.