Remove nbt module
This commit is contained in:
4 files changed
+1
-43
No files matched your search
@@ -6,7 +6,6 @@ rootProject.name = "libmc"
|
||||
includeSubModule(":common")
|
||||
includeSubModule(":mcping")
|
||||
includeSubModule(":rconlib")
|
||||
includeSubModule(":nbt")
|
||||
|
||||
fun includeSubModule(name: String) = include(name).also {
|
||||
project(name).projectDir = file("libmc-${name.removePrefix(":")}")
|
||||
|
||||
Reference in New Issue
Block a user