Drop provided / compileOnly dependencies from shadow

This commit is contained in:
Kenzie Togami 2019-04-21 00:01:06 -07:00
parent 73d5681926
commit 5a18ed275f
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -27,6 +27,12 @@ subprojects {
configurations = [project.configurations.shade]
classifier = ""
dependencies {
exclude(dependency("com.google.guava:guava"))
exclude(dependency("com.google.code.gson:gson"))
exclude(dependency("org.checkerframework:checker-qual"))
}
relocate('net.kyori.text', 'com.sk89q.worldedit.util.formatting.text')
}
def altConfigFiles = { String artifactType ->