mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-24 08:28:42 +00:00
update names of subprojects
This commit is contained in:
parent
8f104b3893
commit
d39b56fd74
@ -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(":", ".")}"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user