From bb1c1514b5c4e94fd823517d9b94b1b264c99b4c Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Tue, 6 Jun 2023 14:51:34 +0200 Subject: Update Dokka's references to 1.8.20 (#3028) --- integration-tests/gradle/projects/it-configuration/build.gradle.kts | 4 ++-- integration-tests/gradle/projects/it-configuration/gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'integration-tests/gradle/projects/it-configuration') diff --git a/integration-tests/gradle/projects/it-configuration/build.gradle.kts b/integration-tests/gradle/projects/it-configuration/build.gradle.kts index 3b81a30a..6df50f2d 100644 --- a/integration-tests/gradle/projects/it-configuration/build.gradle.kts +++ b/integration-tests/gradle/projects/it-configuration/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { } } -version = "1.8.10-SNAPSHOT" +version = "1.8.20-SNAPSHOT" apply(from = "../template.root.gradle.kts") @@ -26,4 +26,4 @@ tasks.withType { } } -fun Project.getBooleanProperty(name: String): Boolean = (project.property(name) as String).toBoolean() \ No newline at end of file +fun Project.getBooleanProperty(name: String): Boolean = (project.property(name) as String).toBoolean() diff --git a/integration-tests/gradle/projects/it-configuration/gradle.properties b/integration-tests/gradle/projects/it-configuration/gradle.properties index 3887bf51..4606afb9 100644 --- a/integration-tests/gradle/projects/it-configuration/gradle.properties +++ b/integration-tests/gradle/projects/it-configuration/gradle.properties @@ -1,3 +1,3 @@ -dokka_it_kotlin_version=1.8.10 +dokka_it_kotlin_version=1.8.20 fail_on_warning=false -report_undocumented=false \ No newline at end of file +report_undocumented=false -- cgit