Hi list, especially Adam. We just had a quick chat on IRC about processResources not being executed even though values used in expand have changed. You have pointed me to http://jira.codehaus.org/browse/GRADLE-1276 and mentioned that adding processResources { outputs.upToDateWhen { false } } would fix the issue.
Well... kind of... processResources was indeed executed as expected but jar and all the other archive related tasks weren't. I don't know why those don't realize that the input did, in fact, change. I'm using the latest Gradle 0.9.1 release. I added a defaultTasks 'clean', 'build', 'uploadArchives' to the module in question as a temporary workaround. Any idea what's causing this and how to work around this issue more elegantly? Cheers, Joern.
