From 051e61338a68dad62042bce4d502aff910e885c8 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Thu, 14 Mar 2024 15:39:46 -0400 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 05ad98f..c48941b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -28,9 +28,11 @@ jobs: # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md - name: Setup Gradle uses: gradle/gradle-build-action@v3 # v3.1.0 + with: + gradle-version: '8.4' - name: Build with Gradle Wrapper - run: ./gradlew build + run: gradle build # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.