提交 4d306e2d 编写于 作者: B Brian Clozel

Use Gradle build scans

This commit configures Gradle build scans for the Spring Framework
build. Scans aren't performed for every build but can be enabled
with the following:

```
./gradlew build --scan
```

Issue: SPR-15885
上级 3d28e80e
......@@ -15,9 +15,15 @@ buildscript {
}
plugins {
id "com.gradle.build-scan" version "1.8"
id "org.sonarqube" version "2.5"
}
buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
}
ext {
linkHomepage = 'https://projects.spring.io/spring-framework'
linkCi = 'https://build.spring.io/browse/SPR'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册