This commit is contained in:
Brian Neumann-Fopiano
2026-07-30 12:31:39 -04:00
parent 0afbfcb7a2
commit 324cf9e095
374 changed files with 22705 additions and 25650 deletions
+4 -1
View File
@@ -103,8 +103,11 @@ configurations.runtimeClasspath.extendsFrom(configurations.devBundle)
configurations.testCompileClasspath.extendsFrom(configurations.devBundle)
configurations.testRuntimeClasspath.extendsFrom(configurations.devBundle)
// Jar-in-jar payload: exactly the Fabric API modules declared below, nothing else. Kept
// non-transitive so the bundled set matches the `jars` list in fabric.mod.json one-for-one — a
// transitive pull (fabric-transitive-access-wideners-v1) used to land in META-INF/jars undeclared.
configurations.create('jij') {
transitive = true
transitive = false
}
dependencies {