码迷,mamicode.com
首页 > 其他好文 > 详细

gradle build scan 插件使用

时间:2017-11-13 16:56:32      阅读:1308      评论:0      收藏:0      [点我收藏+]

标签:license   gui   build   eem   tin   otto   ott   alt   data   

1. 添加插件
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‘
}
2. 启动
./gradlew build --scan
3. 启动生成的云端url
 
   效果如下:
 
技术分享
 
4. 登录查看(email 校验)
技术分享
 
5. 参考文档
https://guides.gradle.org/creating-build-scans/

gradle build scan 插件使用

标签:license   gui   build   eem   tin   otto   ott   alt   data   

原文地址:http://www.cnblogs.com/rongfengliang/p/7826106.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!