标签:license gui build eem tin otto ott alt data
build.gradle
plugins {
id ‘com.gradle.build-scan‘ version ‘1.10.2‘
}
buildScan {
// Uncomment the lines below to agree to the Terms of Service.
licenseAgreementUrl = ‘https://gradle.com/terms-of-service‘
licenseAgree = ‘yes‘
tag ‘SAMPLE‘
link ‘GitHub‘, ‘https://github.com/gradle/gradle-build-scan-quickstart‘
}
./gradlew build --scan
https://guides.gradle.org/creating-build-scans/
标签:license gui build eem tin otto ott alt data
原文地址:http://www.cnblogs.com/rongfengliang/p/7826106.html