mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
* Add cache relocatability to proguard task. This allows the Proguard Task to take advantage of the Gradle Build cache and re-use outputs from other builds. This also adds a simple test for cache relocateability * Address review comments * Use regex to replace build.gradle file * Use jar in spring boot sample.