Skip to content

Commit

Permalink
Merge pull request #10 from kkostov/chore/downgrade-jvm-to-17
Browse files Browse the repository at this point in the history
Publish using JDK 17
  • Loading branch information
kkostov authored Dec 19, 2024
2 parents c2194ee + bff3d23 commit 953150a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
~/.konan
key: ${{ runner.os }}-${{ hashFiles('**/.lock') }}
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
java-version: "17"
distribution: "temurin"
- name: Set release version
run: bash ./setversion.sh ${{ github.ref_name }} gadulka/build.gradle.kts
- name: Publish to MavenCentral
Expand Down

0 comments on commit 953150a

Please # to comment.