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 <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored and ryjones committed Jun 25, 2024
1 parent 9a2bda9 commit 7524af2
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/gradle-build-action@v2.4.2
Expand Down

0 comments on commit 7524af2

Please sign in to comment.