Skip to content

Commit

Permalink
disable gradle daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed May 26, 2022
1 parent 6614447 commit c6bdeff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build --no-daemon
- name: Publish to Maven
uses: gradle/gradle-build-action@v2
with:
arguments: publish
arguments: publish --no-daemon
4 changes: 2 additions & 2 deletions .github/workflows/publish_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build --no-daemon
- name: Publish to Maven
uses: gradle/gradle-build-action@v2
with:
arguments: publish
arguments: publish --no-daemon
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: allTests
arguments: allTests --no-daemon

0 comments on commit c6bdeff

Please sign in to comment.