Skip to content

Commit 65e94d6

Browse files
committed
Update workflow
1 parent 2866178 commit 65e94d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: gradle/actions/wrapper-validation@v3
16-
- run: ./gradlew check build publishToMavenLocal --stacktrace -Porg.gradle.parallel.threads=4 --warning-mode=fail --configuration-cache
16+
- run: ./gradlew check build publishToMavenLocal --stacktrace --warning-mode=fail
1717
- uses: Juuxel/publish-checkstyle-report@v1
1818
if: ${{ failure() }}
1919
with:

0 commit comments

Comments
 (0)