Skip to content

Commit a92b98a

Browse files
committed
Expose conditional mixin to downstream compile classpath
1 parent 7296f37 commit a92b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repositories {
9090
}
9191

9292
dependencies {
93-
jarJar(implementation("me.fallenbreath:conditional-mixin-neoforge")) {
93+
jarJar(api("me.fallenbreath:conditional-mixin-neoforge")) {
9494
version {
9595
strictly "[${conditional_mixin_version},)"
9696
prefer conditional_mixin_version

0 commit comments

Comments
 (0)