mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 05:54:01 +01:00
e1b0cebc2c
- Use convention plugins for common build logic - Convention plugins get to be applied in the plugins block and can load other plugins - Move GeneratePackageInfosTask to its own file in buildSrc - Apply GeneratePackageInfosTask to every sourceSet
4 lines
42 B
Groovy
4 lines
42 B
Groovy
plugins {
|
|
id 'groovy-gradle-plugin'
|
|
}
|