Remove unnecessary isTransitive exclusion
Now that it's using Modrinth maven, there won't be any transitive dependencies anyway.
This commit is contained in:
@@ -195,9 +195,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mcVersion >= 11600) {
|
if (mcVersion >= 11600) {
|
||||||
modCompileOnly("maven.modrinth:iris:1.18.x-v1.2.0") {
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
testImplementation("junit:junit:4.11")
|
testImplementation("junit:junit:4.11")
|
||||||
|
|||||||
Reference in New Issue
Block a user