mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
fbc1b96aa6
This is required for exporting the Gradle Build Scan URL to notifications. See gh-22490
23 lines
399 B
YAML
23 lines
399 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
outputs:
|
|
- name: distribution-repository
|
|
- name: git-repo
|
|
caches:
|
|
- path: gradle
|
|
params:
|
|
BRANCH:
|
|
CI: true
|
|
GRADLE_ENTERPRISE_ACCESS_KEY:
|
|
GRADLE_ENTERPRISE_CACHE_USERNAME:
|
|
GRADLE_ENTERPRISE_CACHE_PASSWORD:
|
|
GRADLE_ENTERPRISE_URL: https://ge.spring.io
|
|
run:
|
|
path: bash
|
|
args:
|
|
- -ec
|
|
- |
|
|
${PWD}/git-repo/ci/scripts/build-project.sh
|