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 --- .../gradle/projects/it-collector-0/moduleA/moduleB/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integration-tests/gradle/projects/it-collector-0/moduleA/moduleB/README.md (limited to 'integration-tests/gradle/projects/it-collector-0/moduleA/moduleB/README.md') diff --git a/integration-tests/gradle/projects/it-collector-0/moduleA/moduleB/README.md b/integration-tests/gradle/projects/it-collector-0/moduleA/moduleB/README.md new file mode 100644 index 00000000..f8c52880 --- /dev/null +++ b/integration-tests/gradle/projects/it-collector-0/moduleA/moduleB/README.md @@ -0,0 +1,2 @@ +# Module moduleB +Here is some description for module B -- cgit