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:
@@ -40,9 +40,6 @@ dependencies {
|
||||
|
||||
providedDependency(libs.slf4j)
|
||||
|
||||
// we're isolated but bstats doesn't know that
|
||||
relocate("org.bstats")
|
||||
|
||||
tasks {
|
||||
templateSources {
|
||||
replaceToken("fullVersion", fullVersion())
|
||||
|
||||
@@ -74,7 +74,8 @@ public final class Metrics {
|
||||
logger::info,
|
||||
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(
|
||||
|
||||
@@ -16,7 +16,7 @@ database-utils = "1.0-SNAPSHOT"
|
||||
fastutil = "8.5.3"
|
||||
cloud = "2.0.0-beta.2"
|
||||
snakeyaml = "2.0"
|
||||
bstats = "3.0.2"
|
||||
bstats = "3.0.3"
|
||||
adventure = "4.16.0"
|
||||
adventure-platform = "4.3.2"
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@ rootProject.name = "floodgate-parent"
|
||||
|
||||
include(":api")
|
||||
include(":universal")
|
||||
//include(":database")
|
||||
include(":isolation")
|
||||
|
||||
arrayOf("common", "netty4").forEach {
|
||||
|
||||
Reference in New Issue
Block a user