diff --git a/.github/workflows/catalog-service-ci-cd.yml b/.github/workflows/catalog-service-ci-cd.yml index 3a5eff03..5af40692 100644 --- a/.github/workflows/catalog-service-ci-cd.yml +++ b/.github/workflows/catalog-service-ci-cd.yml @@ -19,6 +19,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v2 with: + distribution: 'temurin' java-version: '17' - name: Build with Quarkus