disable gradle daemon for workflow

This commit is contained in:
Daniel Micay 2021-09-30 00:45:09 -04:00
parent 095c76f46f
commit 70dabbaf7f
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --no-daemon