Update gradle.yml

This commit is contained in:
nathanrsxtn
2022-01-10 19:21:46 -07:00
committed by GitHub
parent 8393011683
commit 731310fbc8
+3
View File
@@ -19,5 +19,8 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Execute Gradle build
run: ./gradlew build