blob: a3c72f72028a242de0c9ef00a4374d43ab9a5a99 [file] [log] [blame] [view]
Jeff Gaston6822edc2020-02-13 18:47:32 -05001This is the buildSrc project.
2Gradle builds (and tests) this project before the other projects, and Gradle adds its artifacts into the classpath of the other projects when configuring them.
3
4Tests for the buildSrc project are located in the buildSrc-tests project, so that the build doesn't need to wait for those tests to complete
5
6To run these tests you can run `./gradlew :buildSrc-tests:test`