aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven/projects/it-maven/pom.xml
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-17 15:20:25 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-17 15:32:06 +0200
commit17fd70cd03182abe3374ddcf49029e03b8863c96 (patch)
treea95b6f1f9b07ff04365020eb87e53d6e67409125 /integration-tests/maven/projects/it-maven/pom.xml
parentee12107aeb40b4a432d817a82e2a93fc96f6ba45 (diff)
downloaddokka-17fd70cd03182abe3374ddcf49029e03b8863c96.tar.gz
dokka-17fd70cd03182abe3374ddcf49029e03b8863c96.tar.bz2
dokka-17fd70cd03182abe3374ddcf49029e03b8863c96.zip
Add kotlin-eap repository consistently to the project
Diffstat (limited to 'integration-tests/maven/projects/it-maven/pom.xml')
-rw-r--r--integration-tests/maven/projects/it-maven/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml
index 9be87779..c6e0ef45 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -146,6 +146,10 @@
<pluginRepositories>
<pluginRepository>
+ <id>kotlin-eap</id>
+ <url>https://dl.bintray.com/kotlin/kotlin-eap/</url>
+ </pluginRepository>
+ <pluginRepository>
<id>kotlin-dev</id>
<url>https://dl.bintray.com/kotlin/kotlin-dev/</url>
</pluginRepository>