Skip to content

Commit

Permalink
fix: change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortezz committed Aug 24, 2024
1 parent c0ad454 commit f956d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
with:
ref: ${{ github.ref }}
token: ${{ secrets.TOKEN }}
- name: Set up JDK 1.8
- name: Set up JDK 1.16
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.16
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Publish changes
Expand Down

0 comments on commit f956d11

Please sign in to comment.