Skip to content

Commit

Permalink
Finish dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jun 16, 2023
1 parent 1932a68 commit a413827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "de.eldoria"
version = "1.0.4"
version = "1.0.5"

subprojects {
apply {
Expand Down
9 changes: 5 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dependencyResolutionManagement {
library("snakeyaml", "org.yaml:snakeyaml:2.0")
bundle("jackson", listOf("jackson-databind", "jackson-annotations", "jackson-yaml"))

// utilities
library("messageblocker", "de.eldoria:messageblocker:1.1.2")
version("eldoutil", "2.0.0-DEV")
library("jackson-configuration", "de.eldoria.util","jackson-configuration").versionRef("eldoutil")
library("plugin", "de.eldoria.util","plugin").versionRef("eldoutil")
Expand All @@ -48,8 +50,6 @@ dependencyResolutionManagement {
library("adventure-bukkit", "net.kyori:adventure-platform-bukkit:4.3.0")
library("adventure-minimessage", "net.kyori:adventure-text-minimessage:4.14.0")
bundle("adventure", listOf("adventure-bukkit", "adventure-minimessage"))
// utilities
library("messageblocker", "de.eldoria:messageblocker:1.1.2")

// database
library("hikari", "com.zaxxer:HikariCP:5.0.1")
Expand All @@ -74,8 +74,10 @@ dependencyResolutionManagement {
library("paper-latest", "io.papermc.paper", "paper-api").versionRef("minecraft-latest")
library("spigot-latest", "org.spigotmc", "spigot-api").versionRef("minecraft-latest")
bundle("minecraft-latest", listOf("paper-latest", "spigot-latest"))

library("paper-v17", "io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT")
library("spigot-v16", "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT")

// world edit
library("worldedit", "com.sk89q.worldedit:worldedit-bukkit:7.2.15")
version("fawe", "2.6.3")
Expand All @@ -87,9 +89,8 @@ dependencyResolutionManagement {
plugin("spotless", "com.diffplug.spotless").version("6.19.0")
plugin("shadow", "com.github.johnrengelman.shadow").version("8.1.1")
plugin("pluginyml-bukkit", "net.minecrell.plugin-yml.bukkit").version("0.5.3")
//plugin("pluginyml-paper","net.minecrell.plugin-yml.paper").version( "0.5.3")

}

create("testlibs") {
library("mockbukkit", "com.github.seeseemelk:MockBukkit-v1.19:3.1.0")
}
Expand Down

0 comments on commit a413827

Please sign in to comment.