Skip to content

Commit

Permalink
Add setup-java JDK 17
Browse files Browse the repository at this point in the history
Signed-off-by: jmasar <[email protected]>
  • Loading branch information
jmasar committed Nov 24, 2023
1 parent e773c95 commit c26aa9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
fetch-depth: 0
submodules: recursive

name: Set up JDK 17
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Build and test
run: ./gradlew build -Dhttp.socketTimeout=60000 -Dhttp.connectionTimeout=60000

Expand All @@ -43,6 +49,12 @@ jobs:
fetch-depth: 0
submodules: recursive

name: Set up JDK 17
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Build conductor
run: ./gradlew build -x test

Expand Down

0 comments on commit c26aa9b

Please sign in to comment.