Moved the base api to a separate repo

This commit is contained in:
Tim203 2023-02-09 17:31:00 +01:00
parent 25c2d30881
commit 21885949c7
No known key found for this signature in database
GPG key ID: 736F3CD49EF01DBF
47 changed files with 19 additions and 565 deletions

View file

@ -1,9 +0,0 @@
plugins {
id("geyser.publish-conventions")
}
tasks {
shadowJar {
archiveBaseName.set(archiveBaseName.get() + "-api")
}
}