Skip to content

Commit

Permalink
Use the adapters config to drive dependencies
Browse files Browse the repository at this point in the history
This is literally the obvious way to do it, idk what I was doing
  • Loading branch information
octylFractal committed Oct 25, 2023
1 parent 397d735 commit 8f4269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tasks.named<Copy>("processResources") {
addJarManifest(WorldEditKind.Plugin, includeClasspath = true)

tasks.named<ShadowJar>("shadowJar") {
dependsOn(project.project(":worldedit-bukkit:adapters").subprojects.map { it.tasks.named("assemble") })
dependsOn(adapters)
from(Callable {
adapters.resolve()
.map { f ->
Expand Down

0 comments on commit 8f4269a

Please sign in to comment.