forked from kscience/kmath
Merge pull request #47 from gildor/patch-1
Use shortcut syntax for maven repo in kotlin-dsl snippet
This commit is contained in:
commit
27e1eb2465
@ -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.
|
||||
The project requires a lot of additional work. Please fill free to contribute in any way and propose new features.
|
||||
|
Loading…
Reference in New Issue
Block a user