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

We don't have to relocate bstats

This commit is contained in:
Tim203
2024-08-24 17:58:18 +02:00
parent c72194c434
commit e719e837d4
4 changed files with 3 additions and 6 deletions

View File

@@ -40,9 +40,6 @@ dependencies {
providedDependency(libs.slf4j) providedDependency(libs.slf4j)
// we're isolated but bstats doesn't know that
relocate("org.bstats")
tasks { tasks {
templateSources { templateSources {
replaceToken("fullVersion", fullVersion()) replaceToken("fullVersion", fullVersion())

View File

@@ -74,7 +74,8 @@ public final class Metrics {
logger::info, logger::info,
Constants.DEBUG_MODE, Constants.DEBUG_MODE,
Constants.DEBUG_MODE, Constants.DEBUG_MODE,
Constants.DEBUG_MODE Constants.DEBUG_MODE,
true // we're running isolated. No need to check for relocation
); );
metricsBase.addCustomChart( metricsBase.addCustomChart(

View File

@@ -16,7 +16,7 @@ database-utils = "1.0-SNAPSHOT"
fastutil = "8.5.3" fastutil = "8.5.3"
cloud = "2.0.0-beta.2" cloud = "2.0.0-beta.2"
snakeyaml = "2.0" snakeyaml = "2.0"
bstats = "3.0.2" bstats = "3.0.3"
adventure = "4.16.0" adventure = "4.16.0"
adventure-platform = "4.3.2" adventure-platform = "4.3.2"

View File

@@ -55,7 +55,6 @@ rootProject.name = "floodgate-parent"
include(":api") include(":api")
include(":universal") include(":universal")
//include(":database")
include(":isolation") include(":isolation")
arrayOf("common", "netty4").forEach { arrayOf("common", "netty4").forEach {