Update build.yml

This commit is contained in:
2021-08-04 14:03:47 -07:00
committed by GitHub
parent 72715dd4a2
commit 3ce94b85b2
+6 -1
View File
@@ -22,9 +22,14 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
# Runs a single command using the runners shell
- name: Build the App with permissions
run: chmod +x ./gradlew build
run: chmod +x ./gradlew build --info --stacktrace
# Runs a set of commands using the runners shell
- name: Run a multi-line script