gradle-learn

  1. gradle 学习
    1. 网站汇总
    2. Tutorial

gradle 学习

网站汇总

  1. gradle
  2. Gradle User Manual
  3. Learn Gradle basics
  4. Training Courses

Tutorial

  1. gradle init –type java-application –dsl kotlin

  2. Gradle wrapper

  3. Invoking the Gradle Wrapper

  4. differece of build and project:

    1. A build:
      1. Represents a bundle of related software that you can build, test, and/or release together.
      2. Can optionally include other builds (i.e. additional software such as libraries, plugins, build-time tools, etc).
    2. A project:
      1. Represents a single piece of your architecture - a library, an app, a Gradle plugin, etc.
      2. Can optionally contain other projects.
  5. Structure


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达,可以邮件至 963614756@qq.com。