geforkt von Mirrors/FastAsyncWorldEdit
Drop provided / compileOnly dependencies from shadow
Dieser Commit ist enthalten in:
Ursprung
73d5681926
Commit
5a18ed275f
@ -27,6 +27,12 @@ subprojects {
|
|||||||
configurations = [project.configurations.shade]
|
configurations = [project.configurations.shade]
|
||||||
classifier = ""
|
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')
|
relocate('net.kyori.text', 'com.sk89q.worldedit.util.formatting.text')
|
||||||
}
|
}
|
||||||
def altConfigFiles = { String artifactType ->
|
def altConfigFiles = { String artifactType ->
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren