05 2016 档案

摘要: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 阅读(674) 评论(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 阅读(2705) 评论(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 阅读(231) 评论(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 阅读(136) 评论(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 阅读(159) 评论(0) 推荐(0)