Don't exclude group twice.

This commit is contained in:
FlorianMichael 2023-10-15 11:35:16 +02:00
parent 18760fb5a2
commit 4f5530162c
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -110,7 +110,6 @@ repositories {
dependencies {
implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get latest version from releases
exclude group: "com.terraformersmc"
transitive = false
}
}