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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user