aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic-groovy
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-31 10:27:54 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-14 17:51:11 +0200
commit23827bed7b4877b15633e1924f7ee3864f8ebe2c (patch)
treea683a90ae5778c87900e9bbf44be502f4d62cea3 /integration-tests/gradle/projects/it-basic-groovy
parentcba413d6102173bfb4f9e1a222941388fafcac62 (diff)
downloaddokka-23827bed7b4877b15633e1924f7ee3864f8ebe2c.tar.gz
dokka-23827bed7b4877b15633e1924f7ee3864f8ebe2c.tar.bz2
dokka-23827bed7b4877b15633e1924f7ee3864f8ebe2c.zip
Cover GradleDokkaSourceSetBuilder with tests
Diffstat (limited to 'integration-tests/gradle/projects/it-basic-groovy')
-rw-r--r--integration-tests/gradle/projects/it-basic-groovy/build.gradle2
1 files changed, 0 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 5c6104d5..df2e8624 100644
--- a/integration-tests/gradle/projects/it-basic-groovy/build.gradle
+++ b/integration-tests/gradle/projects/it-basic-groovy/build.gradle
@@ -17,8 +17,6 @@ dokkaHtml {
customSourceSet {
sourceRoot(file("src/main/java"))
sourceRoot(file("src/main/kotlin"))
-
- // TODO NOW: Can we get rid of this .set here?
displayName.set("custom")
reportUndocumented.set(true)
}