Skip to content

Commit

Permalink
Minor optimizations to build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Jul 14, 2024
1 parent 342dd2f commit 58e3e43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 1 addition & 3 deletions even-more-fish-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ dependencies {
implementation(libs.universalscheduler)
implementation(libs.acf)
implementation(libs.inventorygui)
implementation(libs.adventure.api)
implementation(libs.adventure.minimessage)
implementation(libs.adventure.legacy)
implementation(libs.bundles.adventure)

library(libs.friendlyid)
library(libs.flyway.core)
Expand Down
10 changes: 6 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ dependencyResolutionManagement {

plugin("shadow", "io.github.goooler.shadow").version("8.1.7")
plugin("bukkit-yml", "net.minecrell.plugin-yml.bukkit").version("0.6.0")

library("adventure-api", "net.kyori:adventure-api:4.17.0")
library("adventure-minimessage", "net.kyori:adventure-text-minimessage:4.17.0")
library("adventure-legacy", "net.kyori:adventure-text-serializer-legacy:4.17.0")

version("adventure", "4.17.0")
library("adventure-api", "net.kyori","adventure-api").versionRef("adventure")
library("adventure-minimessage", "net.kyori","adventure-text-minimessage").versionRef("adventure")
library("adventure-legacy", "net.kyori","adventure-text-serializer-legacy").versionRef("adventure")
bundle("adventure", listOf("adventure-api", "adventure-minimessage", "adventure-legacy"))

plugin("grgit", "org.ajoberstar.grgit").version("5.2.2")

Expand Down

0 comments on commit 58e3e43

Please sign in to comment.