Skip to content

Commit

Permalink
clean up build files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmakila committed Jan 6, 2025
1 parent 37ec9e1 commit 6ff5670
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.0.BETA4")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.2")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
}
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
// Webhook clients
implementation(libs.client.discord)
implementation(libs.jdwebhooks)
implementation(libs.mcdiscordserializer) {
exclude("net.kyori")
}
Expand Down
24 changes: 8 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,26 @@ bstats = "3.0.2"
cloud-minecraft = "2.0.0-beta.10"

[libraries]
bstats-bukkit = { module = "org.bstats:bstats-bukkit", version.ref = "bstats" }
bstats-sponge = { module = "org.bstats:bstats-sponge", version.ref = "bstats" }

# Platforms
platform-paper = { module = "io.papermc.paper:paper-api", version = "1.21.4-R0.1-SNAPSHOT" }
platform-sponge = { module = "org.spongepowered:spongeapi", version = "10.0.0" }

# Webhook clients
client-discord = { module = "io.github.4drian3d:jdwebhooks", version = "1.0.1" }

# Libraries
adventure = { module = "net.kyori:adventure-api", version.ref = "adventure" }
adventure-text-serializer-plain = { module = "net.kyori:adventure-text-serializer-plain", version.ref = "adventure" }
adventure-text-serializer-ansi = { module = "net.kyori:adventure-text-serializer-ansi", version.ref = "adventure" }
adventure-text-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.3" }

dazzleconf = { module = "space.arim.dazzleconf:dazzleconf-ext-snakeyaml", version = "1.3.0-M2" }
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.11" }
snakeyaml = { module = "org.yaml:snakeyaml", version = "2.3" }
mcdiscordserializer = { module = "dev.vankka:mcdiscordreserializer", version = "4.3.0" }
configurate = { module = "org.spongepowered:configurate-yaml", version = "4.1.2" }
bstats-bukkit = { module = "org.bstats:bstats-bukkit", version.ref = "bstats" }
bstats-sponge = { module = "org.bstats:bstats-sponge", version.ref = "bstats" }

# Cloud
cloud-paper = { module = "org.incendo:cloud-paper", version.ref = "cloud-minecraft" }
cloud-sponge = { module = "org.incendo:cloud-sponge7", version.ref = "cloud-minecraft" }
cloud-minecraftExtras = { module = "org.incendo:cloud-minecraft-extras", version.ref = "cloud-minecraft" }

configurate = { module = "org.spongepowered:configurate-yaml", version = "4.1.2" }
jdwebhooks = { module = "io.github.4drian3d:jdwebhooks", version = "1.0.1" }
mcdiscordserializer = { module = "dev.vankka:mcdiscordreserializer", version = "4.3.0" }
miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.3" }
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.11" }

[plugins]
resourceFactory-paper = { id = "xyz.jpenilla.resource-factory-paper-convention", version = "1.2.0" }
sponge = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" }
Expand Down

0 comments on commit 6ff5670

Please sign in to comment.