Skip to content

Commit ecacfc7

Browse files
committed
fix:fix build
1 parent 95a1f5e commit ecacfc7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

projects/neotenet/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ dependencies {
178178
// Must be implementation instead of compileOnly so that running dependent projects such as tests will trigger (re)compilation of coremods.
179179
// (Only needed when compiling through IntelliJ non-delegated builds - otherwise `compileOnly` would work).
180180
implementation(jarJar(project(":neoforge-coremods")))
181-
implementation (jarJar("io.izzel.arclight:mixin-tools:1.2.6"))
181+
implementation (jarJar("io.izzel.arclight:mixin-tools:1.2.6")) {
182+
transitive = false
183+
}
182184
annotationProcessor("io.izzel.arclight:mixin-tools:1.2.6") { transitive = false }
183-
184185
}
185186

186187
neoDev {

0 commit comments

Comments
 (0)