You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: