From 7958c47601b889cb4491d480f5db3e14b94086f6 Mon Sep 17 00:00:00 2001 From: Boris Ning Date: Fri, 6 Sep 2024 14:11:40 -0400 Subject: [PATCH] Lowering Java version --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fecfff2..fbd82ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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