| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* Java 17
|
| |
|
|
|
|
|
| |
update proguard to support java 17
Signed-off-by: liach <liach@users.noreply.github.com>
Co-authored-by: liach <liach@users.noreply.github.com>
|
| |
|
|
| |
Should fix #403
|
| |
|
| |
Co-authored-by: liach <liach@users.noreply.github.com>
|
| |
|
|
|
| |
* Update all deps, remove usage of jcenter
* Use jdk 15
|
| | |
|
| |
|
| |
This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387
|
| |
|
|
|
| |
* Add gradle run tasks
* Bump gradle and use the `mainClass` property
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update Gradle and replace deprecated Gradle features
* Allow naming class in default package (fixes #215)
* Fix CFR crash (fixes #207)
* Update README.md
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
|
| |
|
|
|
|
| |
* Update readme
* Update README.md
|
| |
|
|
|
| |
And update gradle to latest 5.4.1
Signed-off-by: liach <liach@users.noreply.github.com>
|
| |
|
|
| |
This reverts commit 15a8a4fbc81ddbe55f4824b4535bb7db57b2c5e0.
|
| | |
|
| | |
|
| |
|