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.
2 parents 64eaca4 + f63e84c commit e1459c9Copy full SHA for e1459c9
.github/workflows/build-pull-request.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
CI: 'true'
31
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
32
- run: ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 --continue build
+ run: ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --no-parallel --continue build
33
34
- name: Print JVM thread dumps when cancelled
35
uses: ./.github/actions/print-jvm-thread-dumps
0 commit comments