Skip to content

Commit

Permalink
Revert CI JDK to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Dec 12, 2021
1 parent 29f07e5 commit 97bcace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: setup-jdk
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 11
distribution: zulu
- name: build
run: ./gradlew build
Expand Down

0 comments on commit 97bcace

Please sign in to comment.