Skip to content

Commit

Permalink
use java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Aug 15, 2024
1 parent a13c833 commit 9e63aeb
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 @@ -20,10 +20,10 @@ jobs:
id: get-version-id
uses: iawia002/get-tag-or-commit-id@v1

- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'

- name: Clean Maven
Expand Down

0 comments on commit 9e63aeb

Please sign in to comment.