Skip to content

Commit

Permalink
GitHub Action:update Java
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuxc-unknow committed Jan 23, 2024
1 parent 0a52168 commit 5ace291
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 @@ -12,11 +12,11 @@ jobs:
fetch-depth: 1000
fetch-tags: true

- name: Setup JDK 17
- name: Setup JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'microsoft'
distribution: 'adopt-hotspot'

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 5ace291

Please sign in to comment.