Skip to content

Commit

Permalink
jsqlparser-compat still relies on JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Mar 11, 2024
1 parent 50b94fd commit c5d8961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 8

- name: build and test cadc-jsqlparser-compat
run: cd cadc-jsqlparser-compat && ../gradlew --info clean build javadoc install
Expand Down

0 comments on commit c5d8961

Please sign in to comment.