aboutsummaryrefslogtreecommitdiff
path: root/dokka-runners/dokkatoo/modules/dokkatoo-plugin-integration-tests/src/testIntegration/resources/it/example/dokka-multi-module/parentProject.json
blob: fb300e37a940a2a11fceeaa5f1ebb8611592692e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "moduleName": "parentProject",
  "moduleVersion": null,
  "outputDir": ".../dokka-multimodule-example/parentProject/build/dokka/htmlMultiModule",
  "cacheRoot": null,
  "offlineMode": false,
  "sourceSets": [],
  "pluginsClasspath": [
    ".../dokka-analysis-for-integration-tests-SNAPSHOT.jar",
    ".../all-modules-page-plugin-for-integration-tests-SNAPSHOT.jar",
    ".../templating-plugin-for-integration-tests-SNAPSHOT.jar",
    ".../dokka-base-for-integration-tests-SNAPSHOT.jar",
    ".../kotlin-analysis-intellij-for-integration-tests-SNAPSHOT.jar",
    ".../kotlin-analysis-compiler-for-integration-tests-SNAPSHOT.jar",
    "../kotlinx-html-jvm-0.7.5.jar",
    "../kotlinx-coroutines-core-jvm-1.6.3.jar",
    "../kotlin-stdlib-jdk8-1.7.20.jar",
    "../jackson-databind-2.12.7.jar",
    "../jackson-annotations-2.12.7.jar",
    "../jackson-core-2.12.7.jar",
    "../jackson-module-kotlin-2.12.7.jar",
    "../kotlin-reflect-1.7.20.jar",
    "../kotlin-stdlib-jdk7-1.7.20.jar",
    "../kotlin-stdlib-1.7.20.jar",
    "../jsoup-1.14.3.jar",
    "../freemarker-2.3.31.jar",
    "../kotlin-stdlib-common-1.7.20.jar",
    "../annotations-13.0.jar"
  ],
  "pluginsConfiguration": [],
  "modules": [
    {
      "name": "childProjectA",
      "relativePathToOutputDirectory": "childProjectA",
      "includes": [
        ".../dokka-multimodule-example/parentProject/childProjectA/Module.md"
      ],
      "sourceOutputDirectory": ".../dokka-multimodule-example/parentProject/childProjectA/build/dokka/htmlPartial"
    },
    {
      "name": "childProjectB",
      "relativePathToOutputDirectory": "childProjectB",
      "includes": [
        ".../dokka-multimodule-example/parentProject/childProjectB/Module.md"
      ],
      "sourceOutputDirectory": ".../dokka-multimodule-example/parentProject/childProjectB/build/dokka/htmlPartial"
    }
  ],
  "failOnWarning": false,
  "delayTemplateSubstitution": false,
  "suppressObviousFunctions": true,
  "includes": [],
  "suppressInheritedMembers": false,
  "finalizeCoroutines": true
}