1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-20 07:19:29 +00:00

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
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")
}
}