forked from kscience/kmath
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.project")
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven("https://maven.google.com")
|
|
maven("https://plugins.gradle.org/m2/")
|
|
}
|
|
}
|