Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Release using jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Dec 23, 2024
1 parent 7233839 commit 4455e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: deploy to sonatype
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: deploy to sonatype
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: deploy to sonatype
Expand Down

0 comments on commit 4455e2d

Please sign in to comment.