There was an error while loading. Please reload this page.
1 parent 2c7754b commit b152805Copy full SHA for b152805
1 file changed
forge/build.gradle.kts
@@ -21,6 +21,12 @@ loom {
21
mods {
22
register("forge") {
23
sourceSet("main", project(":forge"))
24
+
25
+ sourceSets.forEach {
26
+ val dir = layout.buildDirectory.dir("sourcesSets/${it.name}")
27
+ it.output.setResourcesDir(dir)
28
+ it.java.destinationDirectory.set(dir)
29
+ }
30
}
31
32
0 commit comments