Skip to content

Commit aab3080

Browse files
committed
Do not bundle fabric jars
1 parent 72aa245 commit aab3080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
]
6565

6666
apiModules.forEach {
67-
include(modImplementation(fabricApi.module(it, fabric_version)))
67+
modImplementation(fabricApi.module(it, fabric_version))
6868
}
6969

7070
implementation project(path: ':common', configuration: 'namedElements')

0 commit comments

Comments
 (0)