|
|
@ -19,22 +19,10 @@ plugins { |
|
|
|
id("org.jmailen.kotlinter") version Versions.kotlinter apply false |
|
|
|
id("org.jmailen.kotlinter") version Versions.kotlinter apply false |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
|
|
|
jcenter() |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allprojects { |
|
|
|
allprojects { |
|
|
|
group = "org.openrs2" |
|
|
|
group = "org.openrs2" |
|
|
|
version = "0.1.0-SNAPSHOT" |
|
|
|
version = "0.1.0-SNAPSHOT" |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
|
|
|
mavenCentral() |
|
|
|
|
|
|
|
jcenter() |
|
|
|
|
|
|
|
maven(url = "https://repo.openrs2.org/repository/openrs2") |
|
|
|
|
|
|
|
mavenLocal() |
|
|
|
|
|
|
|
maven(url = "https://repo.openrs2.org/repository/openrs2-snapshots") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins.withType<BasePlugin> { |
|
|
|
plugins.withType<BasePlugin> { |
|
|
|
configure<BasePluginConvention> { |
|
|
|
configure<BasePluginConvention> { |
|
|
|
archivesBaseName = "${rootProject.name}-$name" |
|
|
|
archivesBaseName = "${rootProject.name}-$name" |
|
|
|