wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Update paket restore UP-TO-DATE handling and clean pattern #35

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

We defined the UP-TO-DATE spec as always false for testing reasons in the past. This pull requests adds tests and upToDateWhen specs to mimic paket restore's own update check.

This pull request brings also a change in the paket base plugin. Paket base will apply the LifecycleBase plugin to be able to adjust the clean task. The clean task will delete all paket generated directories: .paket, packages and paket-files.

resolves #34

Changes

IMPROVE paketRestore UP-TO-DATE check ADD clean task and configure deletion of paket directories