diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 324e739..1d1cece 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -48,6 +48,8 @@ jobs: with: java-version: '11' distribution: 'temurin' + - name: Give Execute Permission to Gradle Wrapper + run: chmod +x gradlew - name: Build with Gradle uses: gradle/gradle-build-action@ce999babab2de1c4b649dc15f0ee67e6246c994f with: