Remove unnecessary isTransitive exclusion

Now that it's using Modrinth maven, there won't be any transitive
dependencies anyway.
This commit is contained in:
Jonas Herzig
2024-07-10 18:20:19 +02:00
parent b537822d3c
commit d2cdcb02fc

View File

@@ -195,9 +195,7 @@ dependencies {
}
if (mcVersion >= 11600) {
modCompileOnly("maven.modrinth:iris:1.18.x-v1.2.0") {
isTransitive = false // we do not want to upgrade our libs, we only need this to compile our mixins
}
modCompileOnly("maven.modrinth:iris:1.18.x-v1.2.0")
}
testImplementation("junit:junit:4.11")