Skip to content

Commit 2a6aa45

Browse files
committed
Only relocate dependencies that need it
1 parent 3f5bb81 commit 2a6aa45

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
}
4747

4848
group = "de.erethon"
49-
version = "1.5.16"
49+
version = "1.5.17"
5050
description = "Bedrock"
5151
java.sourceCompatibility = JavaVersion.VERSION_21
5252

@@ -56,18 +56,13 @@ tasks {
5656
dependencies {
5757
include(dependency("org.bstats:bstats-base:3.0.0"))
5858
include(dependency("org.bstats:bstats-bukkit:3.0.0"))
59-
include(dependency("org.inventivetalent.spiget-update:bukkit:1.4.6-SNAPSHOT"))
6059
include(dependency("org.jdbi:jdbi3-core:3.49.1"))
6160
include(dependency("org.jdbi:jdbi3-sqlobject:3.49.1"))
6261
include(dependency("org.jdbi:jdbi3-postgres:3.49.1"))
6362
include(dependency("com.zaxxer:HikariCP:6.2.1"))
6463
include(dependency("org.postgresql:postgresql:42.7.5"))
6564
}
6665
relocate("org.bstats", "de.erethon.bedrock.bstats")
67-
relocate("org.inventivetalent.update.spiget", "de.erethon.bedrock.spiget")
68-
relocate("org.jdbi", "de.erethon.bedrock.jdbi")
69-
relocate("com.zaxxer.hikari", "de.erethon.bedrock.hikari")
70-
relocate("org.postgresql", "de.erethon.bedrock.postgresql")
7166
}
7267
javadoc {
7368
options.encoding = Charsets.UTF_8.name()

0 commit comments

Comments
 (0)