We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2866178 commit 65e94d6Copy full SHA for 65e94d6
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0
15
- uses: gradle/actions/wrapper-validation@v3
16
- - run: ./gradlew check build publishToMavenLocal --stacktrace -Porg.gradle.parallel.threads=4 --warning-mode=fail --configuration-cache
+ - run: ./gradlew check build publishToMavenLocal --stacktrace --warning-mode=fail
17
- uses: Juuxel/publish-checkstyle-report@v1
18
if: ${{ failure() }}
19
0 commit comments