tree: e687422299a6851e91036c37d92897a7ab048f2d [path history] [tgz]
  1. jetpad-integration/
  2. src/
  3. build.gradle
  4. build_dependencies.gradle
  5. dependencies.gradle
  6. kotlin-dsl-dependency.gradle
  7. lint.xml
  8. local_dokka.gradle
  9. out.gradle
  10. OWNERS
  11. README.md
  12. remoteBuildCache.gradle
  13. repos.gradle
  14. settings.gradle
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