Flywheel/buildSrc/build.gradle
Jozufozu e1b0cebc2c Unconventional
- 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
2024-05-17 08:43:56 -07:00

4 lines
42 B
Groovy

plugins {
id 'groovy-gradle-plugin'
}