diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 579eb0de6..aeea10bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '17' + distribution: 'temurin' # Specify the Java distribution (AdoptOpenJDK) - name: Build with Gradle run: ./gradlew build