mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-24 13:31:33 +00:00
feat: init work on allay
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user