aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic-groovy
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/gradle/projects/it-basic-groovy')
-rw-r--r--integration-tests/gradle/projects/it-basic-groovy/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-basic-groovy/build.gradle b/integration-tests/gradle/projects/it-basic-groovy/build.gradle
index fadf4287..5c6104d5 100644
--- a/integration-tests/gradle/projects/it-basic-groovy/build.gradle
+++ b/integration-tests/gradle/projects/it-basic-groovy/build.gradle
@@ -17,8 +17,10 @@ dokkaHtml {
customSourceSet {
sourceRoot(file("src/main/java"))
sourceRoot(file("src/main/kotlin"))
- displayName = "custom"
- reportUndocumented = true
+
+ // TODO NOW: Can we get rid of this .set here?
+ displayName.set("custom")
+ reportUndocumented.set(true)
}
}