TheMrMilchmann / gradle-curseforge-publish

A Gradle plugin that provides support for publishing artifacts to CurseForge.
https://plugins.gradle.org/plugin/io.github.themrmilchmann.curseforge-publish
MIT License
4 stars 0 forks source link

Gradle Configuration Cache support #22

Closed TheMrMilchmann closed 10 months ago

TheMrMilchmann commented 1 year ago

I'll have to do some refactoring but this should hopefully be possible with recent Loom and ForgeGradle updates. At least, I should be able to stop this plugin from preventing configuration cache usage if that remains blocked by Loom or ForgeGradle.

TheMrMilchmann commented 1 year ago

Tentatively aiming to get this included in 0.5.0 which is due next week.

TheMrMilchmann commented 11 months ago

which is due next week

heh...

The configuration cache should already be supported in 0.5.0 which I'm releasing today. However, there is no proper test coverage to verify this yet, so I'm moving this issue to 0.6.0.

TheMrMilchmann commented 10 months ago

Configuration caching is now tested and will be supported in 0.6.0.