Skip to content

Commit

Permalink
use jdk 17 for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart committed Dec 4, 2023
1 parent e853344 commit 00217a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automated_github_release.yml
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout mavericks
uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: "Build & test"
run: "./gradlew testReleaseUnitTest"

Expand Down

0 comments on commit 00217a2

Please sign in to comment.