diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-06-06 14:51:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 14:51:34 +0200 |
commit | bb1c1514b5c4e94fd823517d9b94b1b264c99b4c (patch) | |
tree | d3c00740af1692e398bc67ad73963e68ddc4bb48 /integration-tests/gradle/projects/it-configuration/build.gradle.kts | |
parent | d680b14ee033da5b7edf2406c35a93583a8f8eed (diff) | |
download | dokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.tar.gz dokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.tar.bz2 dokka-bb1c1514b5c4e94fd823517d9b94b1b264c99b4c.zip |
Update Dokka's references to 1.8.20 (#3028)
Diffstat (limited to 'integration-tests/gradle/projects/it-configuration/build.gradle.kts')
-rw-r--r-- | integration-tests/gradle/projects/it-configuration/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
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<DokkaTask> { } } -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() |