Skip to content

Commit 01e338e

Browse files
committed
pull in jdk 17 in build scrip
1 parent 7ef1d0c commit 01e338e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ jobs:
77
- name: Checkout Code
88
uses: actions/checkout@v3
99

10+
- name: Set Up JDK 17
11+
uses: actions/setup-java@v2
12+
with:
13+
distribution: 'adopt'
14+
java-version: '17'
15+
1016
- name: Build and Test
1117
run: ./gradlew testDebugUnitTest jacocoTestDebugUnitTestReport
1218

0 commit comments

Comments
 (0)