neoforged / GradleUtils

Gradle buildscript utility library for NeoForged projects
GNU Lesser General Public License v2.1
1 stars 5 forks source link

Fix some configuration cache violations #19

Closed lukebemish closed 5 months ago

lukebemish commented 5 months ago

This PR fixes two configuration cache violations:

Testing locally, this is enough to allow building and locally publishing NeoGradle with configuration caching enabled.

lukebemish commented 5 months ago

No clue how version bumps work for this project so leaving that out. I'll also note that maty seems to have done - entirely independently - the same fix as I did to the first violation on the fix/configcache branch, though this also fixes the second issue which is a bit... weirder, thanks to gradle's weirdness with config cache and publications.