I’m making my first Fabric mod, I was watching a tutorial but then found out some of it was out dated so I created a fabric project, moved files over, and fixed some errors, but the one error idk how to fix is this:
Execution failed for task ‘:processResources’.
> Entry fabric.mod.json is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.0/dsl/org.gradle.api.file.CopySpec.html#org.gradle.api.file.CopySpec:duplicatesStrategy for details.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:processResources’.
Caused by: org.gradle.api.InvalidUserCodeException: Entry fabric.mod.json is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.0/dsl/org.gradle.api.file.CopySpec.html#org.gradle.api.file.CopySpec:duplicatesStrategy for details.