diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-02 14:18:51 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-06 15:34:57 +0200 |
commit | a573641a70a626983c1d63965e377ea0be274f41 (patch) | |
tree | fa242cb03627437c6a40a38900d894c97a6436c0 /settings.gradle.kts | |
parent | b594564969ec4d93d59e4850a63f0fbf8f68cf7a (diff) | |
download | dokka-a573641a70a626983c1d63965e377ea0be274f41.tar.gz dokka-a573641a70a626983c1d63965e377ea0be274f41.tar.bz2 dokka-a573641a70a626983c1d63965e377ea0be274f41.zip |
Implement AndroidGradleIntegrationTest
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index a9d8d852..e634c7d2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,6 +17,7 @@ include("plugins:gfm") include("plugins:jekyll") include("plugins:kotlin-as-java") include("plugins:javadoc") +include("integration-tests") include("integration-tests:gradle-integration-tests") include("integration-tests:gradle") |