Updated excludes

This commit is contained in:
Auxilor
2022-10-01 22:26:43 +01:00
parent bc22adae84
commit a774791e65

View File

@@ -118,6 +118,7 @@ allprojects {
exclude(group = "com.github.cryptomorin", module = "XSeries")
exclude(group = "net.wesjd", module = "anvilgui")
exclude(group = "org.slf4j", module = "slf4j-api")
exclude(group = "com.google", module = "gson")
}
configurations.testImplementation {