Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
set java version to 17 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Jun 28, 2023
1 parent 22f1a0e commit 2925797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3.1.0
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3.6.0
with:
distribution: adopt
java-version: 11
java-version: 17

- name: Release build
run: ./gradlew :simpleinstaller:assembleRelease
Expand Down

0 comments on commit 2925797

Please sign in to comment.