fix: apply project code style

This commit is contained in:
Dmitry Luk
2025-03-07 00:39:22 +04:00
parent 03124cb008
commit 0a93b0fac3
3 changed files with 65 additions and 54 deletions
+2
View File
@@ -1,5 +1,7 @@
dependencies {
shadedApi(project(":common:implementation:base"))
implementation("com.google.code.gson", "gson", Versions.Allay.gson)
compileOnly("org.allaymc.allay", "api", Versions.Allay.api)
}