Merge branch '2.5.x' into 2.6.x

This commit is contained in:
Phillip Webb
2023-05-24 17:30:39 -07:00
2 changed files with 0 additions and 21 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/bash
set -e
source $(dirname $0)/common.sh
pushd git-repo > /dev/null
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 --continue build
popd > /dev/null