Skip to content

Commit

Permalink
revert to java 17 unti #168 merges
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Jun 25, 2024
1 parent 3fa187c commit 8d46382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 21
java-version: 17
cache: gradle
- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 21
java-version: 17
cache: gradle
- name: gradle build
uses: gradle/[email protected]
Expand Down

0 comments on commit 8d46382

Please sign in to comment.