mirror of
https://github.com/jlengrand/ksdtoolkit.git
synced 2026-03-10 08:31:31 +00:00
22 lines
330 B
Kotlin
22 lines
330 B
Kotlin
/**
|
|
* Root project.
|
|
*
|
|
* @author [Siniša Sovilj](mailto:sinisa.sovilj@unipu.hr)
|
|
*/
|
|
|
|
plugins {
|
|
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
mavenCentral()
|
|
maven(url="https://maven.google.com")
|
|
maven(url="https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
group = "hr.unpu"
|
|
version = "1.0-SNAPSHOT" |