Skip to content

Commit

Permalink
Use Java 17 for release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 7, 2024
1 parent 6d85aac commit 77246e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
distribution: "temurin"
java-version: "17"

- name: Build Plugins SDK
run: make build-release
Expand Down

0 comments on commit 77246e2

Please sign in to comment.