Update gradle.yml

This commit is contained in:
OMGeeky
2022-10-09 19:07:58 +02:00
committed by GitHub
parent 71eafc368a
commit 6b66bebc3f

View File

@@ -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: