| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Gradle and fix buildscripts (#557) | 2025-08-21 | 1 | -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 | ||||
| * | Update deps (#535) | 2023-11-19 | 1 | -3/+5 | |
| | | |||||
| * | Add checkstyle (#460) | 2022-09-14 | 1 | -8/+8 | |
| | | |||||
| * | Update to shadow 7.0.0, second try | 2021-07-09 | 1 | -3/+2 | |
| | | | | | Closes #415. | ||||
| * | Revert "Bump gradle and use the `mainClass` property" | 2020-08-21 | 1 | -4/+2 | |
| | | | | This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387 | ||||
| * | Add gradle run tasks (#306) | 2020-08-19 | 1 | -2/+7 | |
| | | | | | | * Add gradle run tasks * Bump gradle and use the `mainClass` property | ||||
| * | Build fat jar for enigma-cli | 2020-06-09 | 1 | -0/+13 | |
| | | |||||
| * | Split GUI code to separate module (#242) | 2020-06-03 | 1 | -0/+5 | |
| * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||||