From 6299c0940fbfab22736e665ecc77ad83265cbe47 Mon Sep 17 00:00:00 2001 From: Andrey Mischenko Date: Thu, 21 Feb 2019 16:30:55 +0800 Subject: [PATCH] Use shortcut syntax for maven repo in kotlin-dsl snippet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a86514f4..a13696d34 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ or for the Gradle Kotlin DSL: ```kotlin repositories { - maven { setUrl("http://npm.mipt.ru:8081/artifactory/gradle-dev") } + maven("http://npm.mipt.ru:8081/artifactory/gradle-dev") mavenCentral() } ``` @@ -73,4 +73,4 @@ Working builds can be obtained here: [![](https://jitpack.io/v/altavir/kmath.svg ## Contributing -The project requires a lot of additional work. Please fill free to contribute in any way and propose new features. \ No newline at end of file +The project requires a lot of additional work. Please fill free to contribute in any way and propose new features.