9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
|
|
plugins {
|
||
|
|
`maven-publish`
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(project(":api")) // API
|
||
|
|
compileOnly("com.alttd:Galaxy-API:1.18.1-R0.1-SNAPSHOT") // Galaxy
|
||
|
|
compileOnly("com.gitlab.ruany:LiteBansAPI:0.3.5")
|
||
|
|
}
|