We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f1fc0 commit 9037268Copy full SHA for 9037268
build.gradle
@@ -79,13 +79,13 @@ subprojects {
79
}
80
81
// This is less than ideal, we'll need to look into this.
82
- if (project.name == "fabric" || project.name == "neoforge") {
83
- tasks.named('processResources') {
84
- from(project(":common").file("src/main/resources")) {
85
- into "."
86
- }
87
88
+// if (project.name == "fabric" || project.name == "neoforge") {
+// tasks.named('processResources') {
+// from(project(":common").file("src/main/resources")) {
+// into "."
+// }
89
90
91
publishing {
0 commit comments