Update submodule name
This commit is contained in:
38 files changed
+7
-3
No files matched your search
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+7
-3
@@ -3,6 +3,10 @@ plugins {
|
|||||||
}
|
}
|
||||||
rootProject.name = "libmc"
|
rootProject.name = "libmc"
|
||||||
|
|
||||||
include(":common")
|
includeSubModule(":common")
|
||||||
include(":mcping")
|
includeSubModule(":mcping")
|
||||||
include(":rconlib")
|
includeSubModule(":rconlib")
|
||||||
|
|
||||||
|
fun includeSubModule(name: String) = include(name).also {
|
||||||
|
project(name).projectDir = file("libmc-${name.removePrefix(":")}")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user