Merge branch '3.0.x' into 3.1.x

Closes gh-36259
This commit is contained in:
Andy Wilkinson 2023-07-06 12:11:55 +01:00
commit e1459c922e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
env:
CI: 'true'
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
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
- name: Print JVM thread dumps when cancelled
uses: ./.github/actions/print-jvm-thread-dumps