aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-09-18 15:10:24 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-10-10 12:27:20 +0200
commit3aa6f80eec4e922add92646a5d5547b6db82cc4b (patch)
treee32e769a80d55f2e4c3b93ca7ab98f30da1d3d86 /settings.gradle
parent47b825f5ce812e2563c2e613ba39dca0d69516d1 (diff)
downloaddokka-3aa6f80eec4e922add92646a5d5547b6db82cc4b.tar.gz
dokka-3aa6f80eec4e922add92646a5d5547b6db82cc4b.tar.bz2
dokka-3aa6f80eec4e922add92646a5d5547b6db82cc4b.zip
Move gradle-integration-tests to new module
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle9
1 files changed, 4 insertions, 5 deletions
diff --git a/settings.gradle b/settings.gradle
index 46c6e871..d41c4a04 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,14 +1,13 @@
rootProject.name = "dokka"
include 'core',
+ 'core:testApi',
+ 'coreDependencies',
'integration',
+ 'integration-tests:gradle-integration-tests',
'runners:fatjar',
'runners:ant',
'runners:cli',
'runners:maven-plugin',
'runners:gradle-plugin',
- 'runners:android-gradle-plugin',
- 'runners:gradle-integration-tests',
- 'coreDependencies',
- 'plugins:javadoc8',
- 'core:testApi'
+ 'plugins:javadoc8'