17 lines
241 B
Kotlin
17 lines
241 B
Kotlin
buildscript {
|
|
repositories {
|
|
maven {
|
|
url = uri("https://repository.elex-project.com/repository/maven")
|
|
}
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
base
|
|
id("com.github.ben-manes.versions") version "0.39.0"
|
|
}
|
|
|
|
subprojects{
|
|
|
|
}
|