From c20d1170254d2251d868dd114c599020d42dbb72 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Thu, 8 Apr 2021 10:07:28 +0200 Subject: Bump kotlinx html to 0.7.3 (#1819) * Bump kotlinx html to 0.7.3 * Update repositories --- integration-tests/gradle/projects/template.root.gradle.kts | 5 +++++ integration-tests/maven/projects/biojava/biojava.diff | 6 +++++- integration-tests/maven/projects/it-maven/pom.xml | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) (limited to 'integration-tests') 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") + } + } } } diff --git a/integration-tests/maven/projects/biojava/biojava.diff b/integration-tests/maven/projects/biojava/biojava.diff index 84fbe50f..8b27c4ff 100644 --- a/integration-tests/maven/projects/biojava/biojava.diff +++ b/integration-tests/maven/projects/biojava/biojava.diff @@ -2,7 +2,7 @@ diff --git a/biojava-core/pom.xml b/biojava-core/pom.xml index 6cc9c6c9a..ef4f28225 100644 --- a/biojava-core/pom.xml +++ b/biojava-core/pom.xml -@@ -22,9 +22,36 @@ +@@ -26,9 +26,40 @@ @@ -19,6 +19,10 @@ index 6cc9c6c9a..ef4f28225 100644 + jcenter + https://jcenter.bintray.com/ + ++ ++ space ++ https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/ ++ + + diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index 8c027d72..cfc8ba66 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -171,6 +171,11 @@ JCenter https://cache-redirector.jetbrains.com/jcenter.bintray.com/ + + Space + Space + https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/ + -- cgit