Gradle Base Plugin
Jump to navigation
Jump to search
External
Internal
Overview
The Base plugin provides tasks and conventions that are common to most builds and adds a structure to the build that promotes consistency in how they are run. The most important are the lifecycle tasks (check, assemble, build).
plugins {
id 'base'
}