Describe your enhancement
Update Loom so we can use this.
Also configure 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
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
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
processResourcesso 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