Use gradle to build the plugin

This commit is contained in:
destro174
2021-12-11 18:59:45 +01:00
parent a2246fea4a
commit b183c369d2
15 changed files with 406 additions and 548 deletions
+9
View File
@@ -0,0 +1,9 @@
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")
}