summaryrefslogtreecommitdiff
path: root/integration-test/settings.gradle
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2021-04-26 15:18:02 +0300
committerGitHub <noreply@github.com>2021-04-26 15:18:02 +0300
commitfc9343f06c5184d51df9ad1006d26c60c3230c2a (patch)
treea311134fb5f216a677537a536d1c9563980af6ce /integration-test/settings.gradle
parent75566ccc90b5ebd49b2652f2399efb2bc2f56730 (diff)
downloadkotlinx.serialization-fc9343f06c5184d51df9ad1006d26c60c3230c2a.tar.gz
Update Kotlin and add changelog for 1.2.0 (#1436)upstream/v1.2.0
Make guide and reference easier to find Add MOAR badges Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
Diffstat (limited to 'integration-test/settings.gradle')
-rw-r--r--integration-test/settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle
index 91f22958..9063812d 100644
--- a/integration-test/settings.gradle
+++ b/integration-test/settings.gradle
@@ -16,6 +16,7 @@ pluginManagement {
repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
+ maven { url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
}
}