mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user