We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a1f5e commit ecacfc7Copy full SHA for ecacfc7
1 file changed
projects/neotenet/build.gradle
@@ -178,9 +178,10 @@ dependencies {
178
// Must be implementation instead of compileOnly so that running dependent projects such as tests will trigger (re)compilation of coremods.
179
// (Only needed when compiling through IntelliJ non-delegated builds - otherwise `compileOnly` would work).
180
implementation(jarJar(project(":neoforge-coremods")))
181
- implementation (jarJar("io.izzel.arclight:mixin-tools:1.2.6"))
+ implementation (jarJar("io.izzel.arclight:mixin-tools:1.2.6")) {
182
+ transitive = false
183
+ }
184
annotationProcessor("io.izzel.arclight:mixin-tools:1.2.6") { transitive = false }
-
185
}
186
187
neoDev {
0 commit comments