GithubHelp home page GithubHelp logo

gradle_water_sample's Introduction

gradle_water_sample

这个工程是gradle多工程构建的示例。Gradle的构建过程包括三个步骤:初始化阶段、配置阶段、执行task阶段。

初始化阶段

gradle读取每个project的settings.gradle文件,决定构建过程包括哪些project。为每一个project创建一个project meta model。

配置阶段

gradle执行每一个project的build.gradle文件。执行的顺序,默认从root project开始,Top-Down向下走。可以自定义顺序(例如使用##evaluationDependsOn##,具体的例子:gradle_message_sample)。每个project的属性,所包含的task,task之间的依赖关系等,都会被配置好。

执行阶段

根据用户指定的task,gradle计算出需要被执行的task DAG,然后执行每一个task。

gradle_water_sample's People

Contributors

andyqu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.