Use shortcut syntax for maven repo in kotlin-dsl snippet
This commit is contained in:
parent
f77b7a4876
commit
6299c0940f
@ -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()
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user