Closed ZakTaccardi closed 9 years ago
manually deleting the .DS_Store
file works for a little, but the damn file regenerates itself.
Thanks for the bug report! Looks like I need to skip .DS_Store
when I list the directories under src/main/gce2retrofit
. I guess I should just ignore all directories starting with a .
?
https://github.com/chiuki/gce2retrofit/blob/master/gce2retrofit/src/main/groovy/com/sqisland/gce2retrofit/GradleTask.groovy#L29
Sounds like a great solution to me!