Added SimpleNetworkManager (#120)

Signed-off-by: shedaniel <daniel@shedaniel.me>

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
LatvianModder
2021-07-12 12:12:48 +08:00
committed by shedaniel
parent 6b32aec5b9
commit 5b7cb36414
12 changed files with 590 additions and 1 deletions

View File

@@ -56,6 +56,12 @@ allprojects {
options.release = 16
}
javadoc {
// Architectury's common javadoc has references to platform code, which cannot be resolved normally.
// Let's just skip the errors!
failOnError = false
}
license {
header = rootProject.file("HEADER")