Skip to content

Commit

Permalink
attempt to fix release by switching release to JDK 11 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Aug 26, 2024
1 parent 3a342a4 commit e696237
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ jobs:
- uses: coursier/cache-action@v6

- name: setup Java and SBT
uses: actions/setup-java@v4
uses: olafurpg/setup-scala@v11
with:
java-version: '11'
distribution: 'oracle'
cache: 'sbt'
java-version: openjdk@1.11

- name: setup credentials
run: |
Expand Down

0 comments on commit e696237

Please sign in to comment.