diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-08 18:17:46 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-08 18:59:57 +0200 |
commit | 4ba7ec9facb26c5ae0b0dd434e07c4af728f277a (patch) | |
tree | 3d7433407fdf5cfaa2b645e4c2488f3402c59b67 /integration-tests/cli | |
parent | 4f9e180a1f9e9e0432bf1aed379c024736623d12 (diff) | |
download | dokka-4ba7ec9facb26c5ae0b0dd434e07c4af728f277a.tar.gz dokka-4ba7ec9facb26c5ae0b0dd434e07c4af728f277a.tar.bz2 dokka-4ba7ec9facb26c5ae0b0dd434e07c4af728f277a.zip |
maven-integration-test: Fix style issues
Diffstat (limited to 'integration-tests/cli')
-rw-r--r-- | integration-tests/cli/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/cli/build.gradle.kts b/integration-tests/cli/build.gradle.kts index 60d3a298..d9961f8f 100644 --- a/integration-tests/cli/build.gradle.kts +++ b/integration-tests/cli/build.gradle.kts @@ -31,7 +31,7 @@ val basePluginShadowJar by tasks.register("basePluginShadowJar", ShadowJar::clas } tasks.integrationTest { - inputs.dir((file("projects"))) + inputs.dir(file("projects")) val cliJar = tasks.getByPath(":runners:cli:shadowJar") as ShadowJar environment("CLI_JAR_PATH", cliJar.archiveFile.get()) environment("BASE_PLUGIN_JAR_PATH", basePluginShadowJar.archiveFile.get()) |