feat: init work on allay

This commit is contained in:
daoge_cmd
2024-06-16 00:07:52 +08:00
parent ab60f14ff1
commit 02a7363f01
4 changed files with 98 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
repositories {
mavenLocal()
}
dependencies {
shadedApi(project(":common:implementation:base"))
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.allaymc", "Allay-API", "1.0.0")
annotationProcessor("org.projectlombok:lombok:1.18.32")
}