Skip to content

Commit

Permalink
Merge branch 'EngineHub:version/7.3.x' into version/7.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya authored Jan 10, 2025
2 parents 8584472 + db49cea commit 8c27bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/buildlogic.platform.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ afterEvaluate {
if (includeClasspath) {
attributes["Class-Path"] = listOf("truezip", "truevfs", "js")
.map { "$it.jar" }
.flatMap { listOf(it, "WorldEdit/$it") }
.flatMap { listOf(it, "WorldEdit/$it", "../$it", "../WorldEdit/$it") }
.joinToString(separator = " ")
}
attributes.putAll(extraAttributes)
Expand Down

0 comments on commit 8c27bdc

Please sign in to comment.