1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Another attempt to make publishing work

This commit is contained in:
Tim203
2021-12-10 23:32:49 +01:00
parent 7f95e95227
commit 919332f3af
13 changed files with 112 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ var gsonVersion = "2.8.0";
var guavaVersion = "21.0";
dependencies {
api(project(":core", "shadow"))
api(project(":core"))
implementation("cloud.commandframework", "cloud-bungee", "1.5.0")
implementation("net.kyori", "adventure-text-serializer-gson", Versions.adventureApiVersion)
implementation("net.kyori", "adventure-text-serializer-bungeecord", Versions.adventurePlatformVersion)

View File

@@ -1,5 +1,5 @@
name: ${project.parent.name}
description: ${project.description}
version: ${project.version}
author: ${project.organization.name}
name: ${name}
description: ${description}
version: ${version}
author: ${author}
main: org.geysermc.floodgate.BungeePlugin