Merge branch '2.5.x' into 2.6.x

This commit is contained in:
Phillip Webb 2023-05-24 17:30:39 -07:00
commit f8c9fee3b0
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

View File

@ -1,13 +0,0 @@
---
platform: linux
inputs:
- name: git-repo
outputs:
- name: distribution-repository
caches:
- path: gradle
params:
CI: true
GRADLE_ENTERPRISE_URL: https://ge.spring.io
run:
path: git-repo/ci/scripts/build-pr-project.sh