diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-04-08 10:07:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 10:07:28 +0200 |
commit | c20d1170254d2251d868dd114c599020d42dbb72 (patch) | |
tree | 968196a78dd9ba4ae72a82732f2ad3fd93a297d3 /integration-tests/gradle | |
parent | 4b7a7e088f3be9ee5f515aa0f39911d5534c4406 (diff) | |
download | dokka-c20d1170254d2251d868dd114c599020d42dbb72.tar.gz dokka-c20d1170254d2251d868dd114c599020d42dbb72.tar.bz2 dokka-c20d1170254d2251d868dd114c599020d42dbb72.zip |
Bump kotlinx html to 0.7.3 (#1819)
* Bump kotlinx html to 0.7.3
* Update repositories
Diffstat (limited to 'integration-tests/gradle')
-rw-r--r-- | integration-tests/gradle/projects/template.root.gradle.kts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-tests/gradle/projects/template.root.gradle.kts b/integration-tests/gradle/projects/template.root.gradle.kts index f76d616b..f63c28e7 100644 --- a/integration-tests/gradle/projects/template.root.gradle.kts +++ b/integration-tests/gradle/projects/template.root.gradle.kts @@ -6,6 +6,11 @@ allprojects { google() maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap") maven("https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev") + maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven") { + content { + includeGroup("org.jetbrains.kotlinx") + } + } } } |