/multi-project-gradle

Following this course [https://learn.tomgregory.com/courses/take/gradle-multi-project-masterclass] to learn how setup gradle for multi-projects

Primary LanguageJava

  1. all ./gradlew that run will run on all subprojects
  2. if you need to run a task on specific project
    1. then use ./gradlew
    2. but it will run the task on other projects which the subproject depends on
  3. Convention Plugins:
    1. extract common build logic into reusable build script