Merge branch '4.0.x' into 4.1.x

Closes gh-51741
This commit is contained in:
Stéphane Nicoll
2026-09-14 14:36:23 +02:00
-1
View File
@@ -77,7 +77,6 @@ jobs:
RVT_RELEASE_TYPE: ${{ vars.COMMERCIAL && 'commercial' || 'oss' }}
RVT_STAGING: ${{ inputs.staging }}
RVT_VERSION: ${{ inputs.version }}
HOMEBREW_NO_SANDBOX_LINUX: "1"
run: ./gradlew spring-boot-release-verification-tests:test
- name: Upload Build Reports on Failure
if: failure()