We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be6466 commit 3c8b7f0Copy full SHA for 3c8b7f0
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
all: true
48
49
- name: Build Lambda
50
- run: ./gradlew build
+ run: ./gradlew build --no-daemon
51
52
- name: Rename Files with Commit Hash
53
run: |
0 commit comments