Skip to content

Commit

Permalink
Exclude some transitive deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Jun 4, 2019
1 parent 426a709 commit 026361a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions worldguard-legacy/build.gradle
Expand Up @@ -11,12 +11,14 @@ repositories {
dependencies {
compile project(path: ':worldguard-core', configuration: 'shadow')
api 'org.bukkit:bukkit:1.13-R0.1-SNAPSHOT'
api 'com.sk89q.worldedit:worldedit-bukkit:7.0.0-SNAPSHOT'

api ('com.sk89q.worldedit:worldedit-bukkit:7.0.0-SNAPSHOT') {
exclude group: 'io.papermc', module: 'paperlib'
}
implementation ('com.sk89q:commandbook:2.3') {
exclude group: 'com.sk89q', module: 'worldedit'
exclude group: 'com.zachsthings.libcomponents'
exclude group: 'org.bukkit'
exclude group: 'net.sf.opencsv'
}
implementation 'org.bstats:bstats-bukkit:1.4'
}
Expand Down

0 comments on commit 026361a

Please sign in to comment.