aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-20 11:13:48 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-20 12:02:45 +0200
commit3339d8e0f050b01f122463c3f751f198c10ba42e (patch)
tree76dadc19a4a5897289f296136c2ffef30ed100a1 /integration-tests
parentfbed0982653cd20019fe3d56c6b4e5d7e7a72aad (diff)
downloaddokka-3339d8e0f050b01f122463c3f751f198c10ba42e.tar.gz
dokka-3339d8e0f050b01f122463c3f751f198c10ba42e.tar.bz2
dokka-3339d8e0f050b01f122463c3f751f198c10ba42e.zip
Fix style issues introduced with dokka-cli-json
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/gradle/projects/it-basic-groovy/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/gradle/projects/it-basic-groovy/build.gradle b/integration-tests/gradle/projects/it-basic-groovy/build.gradle
index 1ffa75bc..13a34619 100644
--- a/integration-tests/gradle/projects/it-basic-groovy/build.gradle
+++ b/integration-tests/gradle/projects/it-basic-groovy/build.gradle
@@ -11,7 +11,7 @@ dependencies {
dokkaHtml {
outputDirectory = "$buildDir/dokka/customHtml"
-
+ pluginsConfiguration.put("pluginA", "configA")
failOnWarning = false
dokkaSourceSets {
customSourceSet {