Try excluding jtracy

This commit is contained in:
Michael Primm 2025-01-04 23:06:09 -05:00
parent 66b67519c3
commit 58408bbe55
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,10 @@ description = 'bukkit-helper-1.21.3'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
configurations.all {
exclude group: "com.mojang", module: "jtracy"
}
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')

View file

@ -8,6 +8,10 @@ description = 'bukkit-helper-1.21.4'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
configurations.all {
exclude group: "com.mojang", module: "jtracy"
}
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')