随笔分类 -  gradle

摘要:https://docs.gradle.org/current/dsl/ DSL(Domain Specified Language)领域专用语言。 Gradle scripts are configuration scripts. As the script executes, it config 阅读全文
posted @ 2018-03-02 11:14 wzbin 阅读(317) 评论(0) 推荐(0)
摘要:在Gradle中使用jaxb的xjc插件 https://www.cnblogs.com/huang0925/archive/2014/08/30/3946886.html android gradle自动构建大总结 http://blog.csdn.net/duantihi/article/det 阅读全文
posted @ 2018-03-02 11:13 wzbin 阅读(88) 评论(0) 推荐(0)
摘要:Defines the strategies around dependency resolution. For example, forcing certain dependency versions, substitutions, conflict resolutions or snapshot 阅读全文
posted @ 2018-03-02 11:13 wzbin 阅读(2016) 评论(0) 推荐(0)
摘要:A Configuration represents a group of artifacts and their dependencies.Configuration is an instance of a FileCollection that contains all dependencies 阅读全文
posted @ 2018-03-01 16:51 wzbin 阅读(2475) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/davenkin/p/gradle-learning-1.html https://www.jianshu.com/p/001abe1d8e95 http://blog.csdn.net/yanbober/article/details/49314255 阅读全文
posted @ 2018-03-01 10:18 wzbin 阅读(492) 评论(0) 推荐(0)