Skip to content

Commit db2bd8e

Browse files
authored
Update JDK version in main.yml
1 parent 3164dff commit db2bd8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2
27+
# Use a non-default JDK version
28+
- uses: actions/setup-java@v4
29+
with:
30+
distribution: 'temurin'
31+
java-version: '21'
2732

2833
# Runs a single command using the runners shell
2934
- name: Perform a Gradle build

0 commit comments

Comments
 (0)