diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-08-19 12:59:27 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-08-19 13:34:10 +0200 |
commit | 626b935218cc97fd7ddef4c3fbc782f9f40fa912 (patch) | |
tree | f9e570d5e31faf301147ff31bba8ab86f1ecf7b9 /integration-tests/gradle/projects | |
parent | c545fa4f255b09f8d8b4ab8098971d46b98cb77a (diff) | |
download | dokka-626b935218cc97fd7ddef4c3fbc782f9f40fa912.tar.gz dokka-626b935218cc97fd7ddef4c3fbc782f9f40fa912.tar.bz2 dokka-626b935218cc97fd7ddef4c3fbc782f9f40fa912.zip |
Integration Test: it-multiplatform-0: Use `configureEach`
Diffstat (limited to 'integration-tests/gradle/projects')
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts index 5ee2ec36..fb0e4b7c 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts +++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts @@ -22,7 +22,7 @@ kotlin { } } -tasks.withType<DokkaTask> { +tasks.withType<DokkaTask>().configureEach { dokkaSourceSets { configureEach { externalDocumentationLink { |