diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-20 11:13:48 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-20 12:02:45 +0200 |
commit | 3339d8e0f050b01f122463c3f751f198c10ba42e (patch) | |
tree | 76dadc19a4a5897289f296136c2ffef30ed100a1 /integration-tests | |
parent | fbed0982653cd20019fe3d56c6b4e5d7e7a72aad (diff) | |
download | dokka-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.gradle | 2 |
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 { |