From 6b66bebc3f8e98a413233b2ae756e2e05608e784 Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sun, 9 Oct 2022 19:07:58 +0200 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index fec630840..0cb1c63a8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,6 +33,8 @@ jobs: distribution: 'temurin' - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@v1.0.4 + - name: Make gradle wrapper executable + run: chmod +x ./AndorsTrail/gradlew - name: Build with Gradle uses: gradle/gradle-build-action@v2.3.2 with: