Skip to content

Commit

Permalink
Lowering Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-ning-usds committed Sep 6, 2024
1 parent a4a6953 commit 7958c47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Setup JDK And SBT
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "21"
cache: "sbt"
distribution: adopt
java-version: 8

- name: Publish to Maven Repository
run: sbt ci-release
Expand Down

0 comments on commit 7958c47

Please sign in to comment.