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 9d579fd commit afe3554Copy full SHA for afe3554
build.gradle.kts
@@ -111,9 +111,10 @@ subprojects {
111
apply(plugin = "com.gradleup.shadow")
112
if (isModModule) {
113
apply(plugin = "dev.architectury.loom")
114
- extra.set("loom.platform", rootProject.properties["loaderName"] as? String ?: "fabric")
115
}
116
+ extra.set("loom.platform", rootProject.properties["loaderName"] as? String ?: "fabric")
117
+
118
val manifoldVersion = project.properties["manifold_version"] as? String ?: ""
119
120
val shade: Configuration by configurations.creating {
0 commit comments