Skip to content

Commit

Permalink
Fixes build.
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Oct 29, 2024
1 parent 967cac0 commit e2d6b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ val api = listOf(
apiFabric
)

legacyNmsVersion.forEach {
it.legacy()
}

fun Project.api() = dependency(api)

val dist = project("dist").adventure().library().api()
Expand Down

0 comments on commit e2d6b7e

Please sign in to comment.