Age | Commit message (Collapse) | Author |
|
|
|
|
|
Release notes: http://keystore-explorer.org/release55.html
|
|
|
|
|
|
Github issue 282: can't build latest release v5.4.4 with current gradle 7.1.1
https://github.com/kaikramer/keystore-explorer/issues/282
Thanks to @zeners for prodividing diff.
|
|
- added provides()
- uses 'gradle clean build' as suggested in project README.md
- get right version from 'version.properties' file, if available
- 'kse' startup script is now in bin directory
|
|
|
|
Replaced local leftover from testing and debuging new pkgbuild.
|
|
Use gradle directly without the wrapper used in upstream. It had
negative consequence, that it pulled gradle .zip file from network in
the build phase.
With gradle 7.0, it might stop working as it uses some Deprecated Gradle
features. But works for now with gradle 6.5
|
|
|