diff --git a/.github/workflows/server-cd-spring.yml b/.github/workflows/server-cd-spring.yml index be1fa0e..2727e7e 100644 --- a/.github/workflows/server-cd-spring.yml +++ b/.github/workflows/server-cd-spring.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: "17" - distribution: "temurin" + distribution: "adopt" - name: Run chmod to make gradlew executable run: |