From 08dcaafc3b75b1cb586685be7efa1424e9b7fcc6 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 2 Feb 2024 12:22:22 +0800 Subject: [PATCH] Revert "Correct Gradle action usage" This is failing for a strange reason on Windows that seems unrelated. Reverting to allow further debugging. This reverts commit cb69cc81a6977db5c813efe00541e9997c892ca8. --- .github/workflows/build.yml | 4 +++- .github/workflows/release.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e60cf66..302835c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,9 @@ jobs: - uses: getgauge/setup-gauge@master with: gauge-plugins: java, html-report, xml-report - - uses: gradle/actions/setup-gradle@v3 + - uses: gradle/gradle-build-action@v3 + with: + gradle-version: '8.2' - name: Build with Gradle on ubuntu if: matrix.os != 'windows-latest' run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f36d5c..dbf157a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,9 @@ jobs: - uses: getgauge/setup-gauge@master with: gauge-plugins: java, html-report, xml-report - - uses: gradle/actions/setup-gradle@v3 + - uses: gradle/gradle-build-action@v3 + with: + gradle-version: '8.2' - name: Upload to gradle portal run: | ./gradlew plugin:build