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 48f22c5 commit a5280c8Copy full SHA for a5280c8
.github/workflows/job.build.yml
@@ -57,6 +57,6 @@ jobs:
57
- name: "Setup: Dependencies (Remote Example)"
58
run: cd ./example-project-remote && elide install
59
- name: "Build: Projects"
60
- run: ./gradlew --no-daemon build
+ run: ./gradlew --stacktrace --info --no-daemon build
61
- name: "Build: Remote Example"
62
- run: cd ./example-project-remote && ../gradlew --no-daemon build
+ run: cd ./example-project-remote && ../gradlew --stacktrace --info --no-daemon build
0 commit comments