Skip to content
Yuriy Pankratyev edited this page Jun 3, 2019 · 10 revisions

Список ката

1.00 - Gradle Wrapper

2.00 - Creating multiproject build

3.00 - Dependencies, repositories and source

Типы зависимостей: api (compile), imlementation, compileOnly, testImplementation, annotationProcessor etc 0. Repositories

  1. Source sets, how to define, where to use

4.00 - Plugins Версионирование плагинов и зависимостей в многомодульном проекте 2. Plugins:

  • add existing to a project and enable
  • create your own (where to, dependencies, publishing)

5.00 - Creating custom tasks

  1. Создание таски для сборки архива с дистрибутивом
  2. Создание такски для сборки Docker образа
  3. Task dependencies
Clone this wiki locally