Skip to content

Commit

Permalink
Build with java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Dec 21, 2023
1 parent c1ccd69 commit 0d9d14e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'zulu'

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'zulu'

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'zulu'

- name: deploy to sonatype
Expand Down

0 comments on commit 0d9d14e

Please sign in to comment.