Jeff Gaston | 6822edc | 2020-02-13 18:47:32 -0500 | [diff] [blame] | 1 | This is the buildSrc project. |
2 | Gradle 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 | |||||
4 | Tests 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 | |||||
6 | To run these tests you can run `./gradlew :buildSrc-tests:test` |