Try excluding jtracy
This commit is contained in:
parent
66b67519c3
commit
58408bbe55
2 changed files with 8 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue