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
Update Loom so we can use this. Also configure configureondemand:
configureondemand
org.gradle.configureondemand=true org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.configuration-cache.problems=warn
While doing this we should also use the new recommended way of using processResources so we can use run using IntelliJ: https://github.com/neoforged/MDK/pull/97/files
processResources
Should also use Modmuss' new gradle plugin for publishing, as Minotaur doesn't work with the config cache: https://github.com/modmuss50/mod-publish-plugin
The text was updated successfully, but these errors were encountered:
Merge pull request #180 from refinedmods/feat/GH-176/config-cache
cba8882
Config cache support
Merge pull request #184 from refinedmods/feat/GH-176/secret-inject
f7b092e
build: update the way secrets are injected for publishing
Merge pull request #186 from refinedmods/feat/GH-176/disable-cache-re…
91ae29f
…leases build: disable config cache on releases
Successfully merging a pull request may close this issue.
Describe your enhancement
Update Loom so we can use this.
Also configure
configureondemand
:While doing this we should also use the new recommended way of using
processResources
so we can use run using IntelliJ:https://github.com/neoforged/MDK/pull/97/files
Should also use Modmuss' new gradle plugin for publishing, as Minotaur doesn't work with the config cache:
https://github.com/modmuss50/mod-publish-plugin
The text was updated successfully, but these errors were encountered: