jansauer / gradle-poeditor-plugin

Gradle plugin to manage translations easily within a POEditor project.
10 stars 5 forks source link

Make tasks never up-to-date #22

Open headsvk opened 4 years ago

headsvk commented 4 years ago

Gradle doesn't run the poeditorPull task when I run it subsequently because it think it's up-to-date. This can be easily forced by adding poeditorPull.outputs.upToDateWhen { false } to your gradle file but I think that it should be included in the plugin itself. Thoughts?