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 e7d3ebd commit 87b2f64Copy full SHA for 87b2f64
settings.gradle.kts
@@ -17,4 +17,6 @@ pluginManagement {
17
18
rootProject.name = "CobbleGen"
19
20
+rootProject.extra.set("loom.platform", project.properties["loaderName"] as? String ?: "fabric")
21
+
22
include(":stubs")
0 commit comments