Skip to content

Commit 4859a0f

Browse files
committed
Compile with 21
1 parent 0ae7314 commit 4859a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: actions/setup-java@v5
2323
with:
24-
java-version: 17
24+
java-version: 21
2525
distribution: "temurin"
2626
cache: "gradle"
2727

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: actions/setup-java@v5
1515
with:
16-
java-version: 17
16+
java-version: 21
1717
distribution: "temurin"
1818
cache: "gradle"
1919

0 commit comments

Comments
 (0)