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?
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 addingpoeditorPull.outputs.upToDateWhen { false }
to your gradle file but I think that it should be included in the plugin itself. Thoughts?