Try excluding jtracy
This commit is contained in:
parent
dffb9459e8
commit
f16a8315dc
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
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 {
|
dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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 {
|
dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue