tree: 3796461c36a0f75409ce81212e3651538a6d15bb [path history] [tgz]
  1. jetpad-integration/
  2. res/
  3. src/
  4. build.gradle
  5. build_dependencies.gradle
  6. dependencies.gradle
  7. kotlin-dsl-dependency.gradle
  8. lint.xml
  9. local_dokka.gradle
  10. out.gradle
  11. OWNERS
  12. README.md
  13. remoteBuildCache.gradle
  14. repos.gradle
  15. settings.gradle
  16. studio_versions.properties
buildSrc/README.md

This is the buildSrc project. 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.

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

To run these tests you can run ./gradlew :buildSrc-tests:test