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