Skip to content

Commit afe3554

Browse files
committed
fix: Set loom.platform
1 parent 9d579fd commit afe3554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ subprojects {
111111
apply(plugin = "com.gradleup.shadow")
112112
if (isModModule) {
113113
apply(plugin = "dev.architectury.loom")
114-
extra.set("loom.platform", rootProject.properties["loaderName"] as? String ?: "fabric")
115114
}
116115

116+
extra.set("loom.platform", rootProject.properties["loaderName"] as? String ?: "fabric")
117+
117118
val manifoldVersion = project.properties["manifold_version"] as? String ?: ""
118119

119120
val shade: Configuration by configurations.creating {

0 commit comments

Comments
 (0)