mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 14:36:03 -04:00
fix: bundling trying to bundle to loaderless jars
This commit is contained in:
parent
1ce36dd27f
commit
30533c9697
@ -81,7 +81,9 @@ allprojects {
|
|||||||
|
|
||||||
annotationProcessor(libs.mixin.squared)
|
annotationProcessor(libs.mixin.squared)
|
||||||
modImplementation(libs.bundles.common.bundle)
|
modImplementation(libs.bundles.common.bundle)
|
||||||
include(libs.bundles.common.bundle)
|
if (project !in excluded) {
|
||||||
|
include(libs.bundles.common.bundle)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user