Skip to content

Commit d2c4371

Browse files
authored
use JVM 21 for builds
1 parent 57bee0d commit d2c4371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: 17
22+
java-version: 21
2323
distribution: temurin
2424

2525
- name: Setup Gradle

0 commit comments

Comments
 (0)