sourceSets {
main {
output.resourcesDir = output.classesDir
}
}
This section can actually cause your classes to be duplicated. While it does work around the FML bug that doesn't load resources in Idea, it causes side effects like this.
3 replies
Important Information
By using this site, you agree to our Terms of Use.