mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-09-15 13:29:46 +00:00
update names of subprojects
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies {
|
|||||||
kapt "com.github.matfax.klassindex:processor:$klassindex_version"
|
kapt "com.github.matfax.klassindex:processor:$klassindex_version"
|
||||||
implementation "org.xerial:sqlite-jdbc:$sqlite_version"
|
implementation "org.xerial:sqlite-jdbc:$sqlite_version"
|
||||||
|
|
||||||
implementation project(":plugin")
|
implementation project(":plagubot.plugin")
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
include ":bot", ":plugin"
|
String[] toInclude = [":bot", ":plugin"]
|
||||||
|
|
||||||
rootProject.name = 'plagubot'
|
rootProject.name = 'plagubot'
|
||||||
|
|
||||||
|
toInclude.each {
|
||||||
|
include (it)
|
||||||
|
project(it).name = "${rootProject.name}${it.replace(":", ".")}"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user