Skip to content

Commit

Permalink
Mark BattleArena as a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Jul 14, 2024
1 parent 8856faf commit c197898
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 @@ -61,4 +61,8 @@ modrinth {
changelog.set(System.getenv("CHANGELOG") ?: "")
uploadFile.set(tasks.jar)
gameVersions.set(supportedVersions)

dependencies {
required.project("battlearena")
}
}

0 comments on commit c197898

Please sign in to comment.