Clean up a bit and add netty to core

This commit is contained in:
s809
2023-06-26 21:16:11 +05:00
parent d57192f76a
commit 014b49246d
16 changed files with 5 additions and 387 deletions
+3
View File
@@ -182,6 +182,9 @@ subprojects { p ->
implementation("org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}")
implementation("org.apache.logging.log4j:log4j-core:${rootProject.log4j_version}")
// Netty
implementation("io.netty:netty-all:${rootProject.netty_version}")
// JOML
implementation("org.joml:joml:${rootProject.joml_version}")