aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic/build.gradle.kts
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-04-15 12:45:15 +0300
committerGitHub <noreply@github.com>2022-04-15 12:45:15 +0300
commit48b5918c2d465b482de4f070879b5ad93cc248b3 (patch)
tree4921a58ea50e323b81dadf180a91e51be0f50946 /integration-tests/gradle/projects/it-basic/build.gradle.kts
parent334c9e14dff14f0eb08bda10bac9e622aa132afc (diff)
downloaddokka-48b5918c2d465b482de4f070879b5ad93cc248b3.tar.gz
dokka-48b5918c2d465b482de4f070879b5ad93cc248b3.tar.bz2
dokka-48b5918c2d465b482de4f070879b5ad93cc248b3.zip
Update documentation, examples and test references to 1.6.20 (#2440)
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest
Diffstat (limited to 'integration-tests/gradle/projects/it-basic/build.gradle.kts')
-rw-r--r--integration-tests/gradle/projects/it-basic/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/gradle/projects/it-basic/build.gradle.kts b/integration-tests/gradle/projects/it-basic/build.gradle.kts
index f4585a87..a25f2262 100644
--- a/integration-tests/gradle/projects/it-basic/build.gradle.kts
+++ b/integration-tests/gradle/projects/it-basic/build.gradle.kts
@@ -16,7 +16,7 @@ buildscript {
}
}
-version = "1.6.10-SNAPSHOT"
+version = "1.6.20-SNAPSHOT"
apply(from = "../template.root.gradle.kts")