Embed AES/RSA/SHA-1 crypto implementation
This commit is contained in:
49 files changed
+931
-1107
No files matched your search
+8
-5
@@ -1,3 +1,11 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
maven("https://repo.rtast.cn/packages/")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
}
|
||||
@@ -6,12 +14,7 @@ rootProject.name = "libmc"
|
||||
|
||||
includeSubModule("common")
|
||||
includeSubModule("protocol")
|
||||
includeSubModule("protocol-context")
|
||||
includeSubModule("nbt")
|
||||
//includeSubModule("snbt")
|
||||
|
||||
//includeSubModule("protocol-engine-netty", path = "libmc-network-engines/netty")
|
||||
//includeSubModule("protocol-engine-ktor-network", path = "libmc-network-engines/ktor-network")
|
||||
|
||||
fun includeSubModule(name: String, path: String? = null) {
|
||||
include(":$name")
|
||||
|
||||
Reference in New Issue
Block a user