Skip to content

Commit e5074b5

Browse files
committed
chore: java21
1 parent 90b667a commit e5074b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
1919
distribution: 'temurin' # See 'Supported distributions' for available options
20-
java-version: '17'
20+
java-version: '21'
2121
cache: 'gradle'
2222
- name: Grant execute permission for gradlew
2323
run: chmod +x gradlew

0 commit comments

Comments
 (0)