From f39971875c4f7d98dc1add2a8ed949d22b25600b Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Mon, 20 Jul 2020 14:20:17 +0200 Subject: Re-introduce default DokkaCollectorTask, run on all submodules by default, add Collector0IntegrationTest --- integration-tests/gradle/projects/it-collector-0/settings.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 integration-tests/gradle/projects/it-collector-0/settings.gradle.kts (limited to 'integration-tests/gradle/projects/it-collector-0/settings.gradle.kts') diff --git a/integration-tests/gradle/projects/it-collector-0/settings.gradle.kts b/integration-tests/gradle/projects/it-collector-0/settings.gradle.kts new file mode 100644 index 00000000..a5c89291 --- /dev/null +++ b/integration-tests/gradle/projects/it-collector-0/settings.gradle.kts @@ -0,0 +1,5 @@ +apply(from = "../template.settings.gradle.kts") +rootProject.name = "it-multimodule-0" +include(":moduleA") +include(":moduleA:moduleB") +include(":moduleA:moduleC") -- cgit