From 18779bcb0ab565a24a2f3f30d57d496e43e83f79 Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda <86834695+kcs-koteswaradodda@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:25:26 +0530 Subject: [PATCH] Update vertx-base.yaml --- .github/workflows/vertx-base.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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