随笔分类 -  Gradle User Guide

摘要:Only the smallest of projects has a single build file and source tree, unless it happens to be a massive, monolithic application. It’s often much easi 阅读全文
posted @ 2016-06-12 14:34 yexiant 阅读(393) 评论(0) 推荐(0)
摘要:This chapter introduces some of the basics of dependency management in Gradle. 7.1. What is dependency management? Very roughly, dependency management 阅读全文
posted @ 2016-06-12 10:15 yexiant 阅读(345) 评论(0) 推荐(0)
摘要:Most tools require installation on your computer before you can use them. If the installation is easy, you may think that’s fine. But it can be an unn 阅读全文
posted @ 2016-05-26 17:47 yexiant 阅读(666) 评论(0) 推荐(0)
摘要:This chapter introduces the basics of the Gradle command-line. You run a build using the gradle command, which you have already seen in action in prev 阅读全文
posted @ 2016-05-24 14:27 yexiant 阅读(2702) 评论(0) 推荐(0)
摘要:3.1. Prerequisites Gradle requires a Java JDK or JRE to be installed, version 6 or higher (to check, use java -version). Gradle ships with its own Gro 阅读全文
posted @ 2016-05-23 11:34 yexiant 阅读(229) 评论(0) 推荐(0)
摘要:2.1. Features //gradle特性 Here is a list of some of Gradle's features. Declarative builds and build-by-convention At the heart of Gradle lies a rich ex 阅读全文
posted @ 2016-05-23 11:27 yexiant 阅读(133) 评论(0) 推荐(0)
摘要:We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology in the Java (JVM) world. Gradle provides 阅读全文
posted @ 2016-05-23 11:00 yexiant 阅读(153) 评论(0) 推荐(0)