trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer
Apache License 2.0
54 stars 18 forks source link

Make APK inputs @Classpath to Gradle thread them as a "jar" #44

Closed CristianGM closed 5 years ago

CristianGM commented 5 years ago

When the APK is considered a binary file any change in the timestamp of the files inside, or the order, makes it different, but when it's compared as a jar ( zip ) it's not. Thanks to https://github.com/gradle/gradle/pull/9344 on Gradle 5.6 APKs can be now understood as an archive (zip, jar, aar, apk, ...)

It will mean cacheable UI tests working at ephemeral CI (like Travis) when using the Remote BuildCache