We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0648e commit 9d136c4Copy full SHA for 9d136c4
.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: gradle/actions/setup-gradle@v5
22
23
- name: Build with Gradle
24
- run: ./gradlew build --no-daemon --no-configuration-cache
+ run: ./gradlew build --no-daemon --no-configuration-cache --stacktrace --info
25
checkstyle:
26
runs-on: ubuntu-latest
27
steps:
0 commit comments