aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven/projects/biojava
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2023-08-07 20:23:24 +0200
committerGitHub <noreply@github.com>2023-08-07 20:23:24 +0200
commit0c21de181cdc896f63c5d534854df4d1cbf28c3a (patch)
treeddfd2992c5d411d81fe23bb916e9b8b3568f3408 /integration-tests/maven/projects/biojava
parentf7bd2ce1a5ef194643b078bd11a90fdf9b389c2b (diff)
downloaddokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.tar.gz
dokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.tar.bz2
dokka-0c21de181cdc896f63c5d534854df4d1cbf28c3a.zip
Get rid of bintray and jcenter mentions in our buildscript (#3109)
Otherwise, our integration tests try to resolve these repositories on failures
Diffstat (limited to 'integration-tests/maven/projects/biojava')
-rw-r--r--integration-tests/maven/projects/biojava/biojava.diff14
1 files changed, 1 insertions, 13 deletions
diff --git a/integration-tests/maven/projects/biojava/biojava.diff b/integration-tests/maven/projects/biojava/biojava.diff
index 5421e92f..33082722 100644
--- a/integration-tests/maven/projects/biojava/biojava.diff
+++ b/integration-tests/maven/projects/biojava/biojava.diff
@@ -2,24 +2,12 @@ diff --git a/pom.xml b/pom.xml
index 7e3e806d1..765b6dea3 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -31,6 +31,24 @@
+@@ -31,6 +31,12 @@
<distribution>repo</distribution>
</license>
</licenses>
+ <pluginRepositories>
+ <pluginRepository>
-+ <id>kotlin-dev</id>
-+ <url>https://dl.bintray.com/kotlin/kotlin-dev</url>
-+ </pluginRepository>
-+ <pluginRepository>
-+ <id>kotlin-eap</id>
-+ <url>https://dl.bintray.com/kotlin/kotlin-eap</url>
-+ </pluginRepository>
-+ <pluginRepository>
-+ <id>jcenter</id>
-+ <url>https://jcenter.bintray.com/</url>
-+ </pluginRepository>
-+ <pluginRepository>
+ <id>space</id>
+ <url>https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven/</url>
+ </pluginRepository>