This commit is contained in:
Luna
2023-08-21 16:00:03 -03:00
parent e1d2dd4813
commit 7472c09023
67 changed files with 2245 additions and 24 deletions

View File

@ -0,0 +1,7 @@
plugins {
}
dependencies {
compileOnly(project(":aswm-api"))
implementation("com.github.luben:zstd-jni:1.5.2-2")
}

1
aswm-core/src Symbolic link
View File

@ -0,0 +1 @@
../submodules/AdvancedSlimePaper/core/src