Skip to content

Commit 50ec290

Browse files
test classes added
1 parent 8ed2cfd commit 50ec290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
fetch-depth: 0
2121
persist-credentials: true
2222

23-
- name: Set up JDK 17
23+
- name: Set up JDK 21
2424
uses: actions/setup-java@v3
2525
with:
2626
distribution: temurin
27-
java-version: 17
27+
java-version: 21
2828

2929
- name: Grant execute permission for gradlew
3030
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)