Skip to content

Commit 87b2f64

Browse files
committed
fix: Set loom.platform
1 parent e7d3ebd commit 87b2f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ pluginManagement {
1717

1818
rootProject.name = "CobbleGen"
1919

20+
rootProject.extra.set("loom.platform", project.properties["loaderName"] as? String ?: "fabric")
21+
2022
include(":stubs")

0 commit comments

Comments
 (0)