Skip to content

Commit

Permalink
Remove relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Nov 12, 2023
1 parent 980dd97 commit b653adb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import xyz.srnyx.gradlegalaxy.data.pom.DeveloperData
import xyz.srnyx.gradlegalaxy.data.pom.LicenseData
import xyz.srnyx.gradlegalaxy.utility.relocate
import xyz.srnyx.gradlegalaxy.utility.setupJava
import xyz.srnyx.gradlegalaxy.utility.setupPublishing

Expand All @@ -18,9 +17,6 @@ setupPublishing(
licenses = listOf(LicenseData.MIT),
developers = listOf(DeveloperData.srnyx))

relocate("com.mongodb")
relocate("org.bson")

repositories.mavenCentral()
dependencies {
implementation("org.mongodb", "mongodb-driver-sync", "4.11.1")
Expand Down

0 comments on commit b653adb

Please sign in to comment.