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
Switch to using Sync instead of Copy when assembling the scripts
Sync is slightly better because it effectively resets the output directory
before copying. That way, old files that shouldn't be included anymore are not
included (and avoids having to run ./gradlew clean).
0 commit comments