Skip to content

Commit 58408bb

Browse files
Try excluding jtracy
1 parent 66b6751 commit 58408bb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bukkit-helper-121-3/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description = 'bukkit-helper-1.21.3'
88

99
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
1010

11+
configurations.all {
12+
exclude group: "com.mojang", module: "jtracy"
13+
}
14+
1115
dependencies {
1216
implementation project(':bukkit-helper')
1317
implementation project(':dynmap-api')

bukkit-helper-121-4/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description = 'bukkit-helper-1.21.4'
88

99
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
1010

11+
configurations.all {
12+
exclude group: "com.mojang", module: "jtracy"
13+
}
14+
1115
dependencies {
1216
implementation project(':bukkit-helper')
1317
implementation project(':dynmap-api')

0 commit comments

Comments
 (0)