Skip to content

Commit b1d0a82

Browse files
committed
Update CI
Signed-off-by: mramotar <[email protected]>
1 parent 617b506 commit b1d0a82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v2
9+
- name: Set up our JDK environment
10+
uses: actions/setup-java@v2
11+
with:
12+
distribution: zulu
13+
java-version: 17
914
- name: Setup Gradle
1015
uses: gradle/gradle-build-action@v2
1116
- name: Run check with Gradle Wrapper

0 commit comments

Comments
 (0)