|
@@ -25,15 +25,6 @@ dependencies {
|
|
|
|
|
|
processResources {
|
|
|
inputs.property "version", project.version
|
|
|
-
|
|
|
- from(sourceSets.main.resources.srcDirs) {
|
|
|
- include "fabric.mod.json"
|
|
|
- expand "version": project.version
|
|
|
- }
|
|
|
-
|
|
|
- from(sourceSets.main.resources.srcDirs) {
|
|
|
- exclude "fabric.mod.json"
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
// ensure that the encoding is set to UTF-8, no matter what the system default is
|