summaryrefslogtreecommitdiff
path: root/enigma-cli/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Gradle and fix buildscripts (#557) (#559)Gravatar modmuss2025-09-031-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update deps (#535)Gravatar modmuss2023-11-191-3/+5
|
* Add checkstyle (#460)Gravatar modmuss502022-09-141-8/+8
|
* Update to shadow 7.0.0, second tryGravatar Marco Rebhan2021-07-091-3/+2
| | | | Closes #415.
* Revert "Bump gradle and use the `mainClass` property"Gravatar idwtd2020-08-211-4/+2
| | | This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387
* Add gradle run tasks (#306)Gravatar idwtd2020-08-191-2/+7
| | | | | * Add gradle run tasks * Bump gradle and use the `mainClass` property
* Build fat jar for enigma-cliGravatar 2xsaiko2020-06-091-0/+13
|
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-0/+5
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>