Flywheel/buildSrc/build.gradle
Jozufozu 52eef2e538 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-04 16:56:46 -07:00

3 lines
42 B
Groovy

plugins {
id 'groovy-gradle-plugin'
}