Skip to content

Commit

Permalink
Run gradle in workflow without daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Jul 16, 2023
1 parent c2167d3 commit 540c16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --no-daemon
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 540c16e

Please sign in to comment.