summaryrefslogtreecommitdiff
path: root/gradle.properties (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Gradle and fix buildscripts (#557) (#559)Gravatar modmuss2025-09-031-0/+1
* Fix Gradle configuration cache compat with generateResources task The task now also declares its inputs properly, making it support up-to-date checks. * Update Gradle and Shadow Shadow 9 is incompatible with including the flatlaf natives, so I updated to the last 8.x version which also works with Gradle 9. The Shadow plugin automatically publishes the shadow jar, so I removed the overlapping publications which overrode each other. * Fix more Gradle 10 deprecations * Enable configuration cache by default * Fix missing task dependency of :enigma-cli:test (cherry picked from commit a61fe39f4e86ce5ab2c0615612deae1c51aff927) Co-authored-by: Juuz <6596629+juuxel@users.noreply.github.com>