diff --git a/.github/workflows/vertx-base.yaml b/.github/workflows/vertx-base.yaml index 4cbb50f..27ca37c 100644 --- a/.github/workflows/vertx-base.yaml +++ b/.github/workflows/vertx-base.yaml @@ -20,6 +20,9 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'adopt' - name: Check Maven version run: mvn -version @@ -79,6 +82,9 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'adopt' - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2