Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from TurnipTales/feature/1209-ttf-register-com…
Browse files Browse the repository at this point in the history
…mands-and-listeners-with-class-index-and-guice-and-general-code-clean-up-maybe-also-a-bit-of-fooling-around

feature/1209-ttf-register-commands-and-listeners-with-class-index-and-guice-and-general-code-clean-up-maybe-also-a-bit-of-fooling-around
  • Loading branch information
rettichlp authored Sep 9, 2024
2 parents 3ffcc98 + b8ecf92 commit 7ae5ebc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
api("com.google.inject", "guice", "7.0.0")
api("com.jeff-media", "json-configuration-serialization", "1.1.4")
api("de.rettichlp", "dclogging", "1.1.6")
api("org.atteo.classindex", "classindex", "3.13")

paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
}
Expand All @@ -41,4 +42,8 @@ tasks {
shadowJar {
archiveFileName.set("turniptales-libraries.jar")
}

build {
dependsOn(shadowJar)
}
}

0 comments on commit 7ae5ebc

Please sign in to comment.