Skip to content

Commit 2f6d7b8

Browse files
committed
Stop Gradle daemon in the end
1 parent e1e14ae commit 2f6d7b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
- name: Run tests
111111
run: ./gradlew test --stacktrace
112112

113+
- name: Stop Gradle daemon
114+
run: ./gradlew --stop
115+
113116
- name: Upload to GH Releases
114117
uses: softprops/action-gh-release@v1
115118
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)