We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary workaround is to add
var resourceTargets = ['META-INF/mods.toml', 'pack.mcmeta'] var intoTargets = ["$rootDir/bin/main/"] intoTargets.each { target -> if (file(target).exists()) { copy { from(sourceSets.main.resources) { include resourceTargets expand replaceProperties } into target } } }
to processResources, but this isn't the ideal solution.
The text was updated successfully, but these errors were encountered:
I have the same issue, using the MDK template without any changes.
Sorry, something went wrong.
@Shadows-of-Fire can you please test if #108 fixes your issue
Successfully merging a pull request may close this issue.
Temporary workaround is to add
to processResources, but this isn't the ideal solution.
The text was updated successfully, but these errors were encountered: