Migrate buildSrc to composite build (#4090)

This will help reduce build times when changes are made to the precompiled
script plugins used in the build. This is because a change in buildSrc
causes the whole project to become out-of-date [0]. Using an included build
instead works around this problem.

[0] https://docs.gradle.org/7.2/userguide/organizing_gradle_projects.html#sec:build_sources
This commit is contained in:
Matthew Haughton
2021-09-04 23:09:59 +10:00
committed by GitHub
parent 5081b891b7
commit fd0cb9096e
42 changed files with 40 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
plugins {
module
id("module")
}
dependencies {