Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Build logic project

This project provides common build logic and is included as a composite build in the root settings file (as it provides a plugin, in the pluginManagement block instead of before the usual include statements):

pluginManagement {
    includeBuild("build-logic")
}

Convention Plugins

Related Gradle documentation