Cleanup buildscript, add github actions

This commit is contained in:
Konicai 2022-10-16 20:21:29 -04:00
parent 5a805bc688
commit 7bf9b92cbb
No known key found for this signature in database
GPG key ID: 710D09287708C823
4 changed files with 13 additions and 25 deletions

View file

@ -9,7 +9,8 @@ dependencies {
tasks {
processResources {
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json", "META-INF/sponge_plugins.json")) {
// Spigot, BungeeCord, Velocity, Sponge, Fabric
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json", "META-INF/sponge_plugins.json", "fabric.mod.json")) {
expand(
"id" to "geyser",
"name" to "Geyser",