mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-12 18:02:18 +01:00
Try to minimize jtracy nonsense
This commit is contained in:
parent
e9c70debb6
commit
da377fde3e
@ -8,14 +8,12 @@ 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')
|
||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.3-R0.1-SNAPSHOT'
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.21.3-R0.1-SNAPSHOT'
|
||||
implementation ('org.spigotmc:spigot:1.21.3-R0.1-SNAPSHOT') {
|
||||
exclude group: "com.mojang", module: "jtracy"
|
||||
}
|
||||
}
|
||||
|
@ -8,14 +8,12 @@ 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')
|
||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.4-R0.1-SNAPSHOT'
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.21.4-R0.1-SNAPSHOT'
|
||||
implementation ('org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT') {
|
||||
exclude group: "com.mojang", module: "jtracy"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user