TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

"up to date" checks fail for the jar operation #26

Closed rotty3000 closed 8 years ago

rotty3000 commented 9 years ago

the jar task is always re-executed

TomDmitriev commented 9 years ago

Sorry, I haven't been availalbe during Christam holidays. How could I reproduce the issue? Note, there are a couple of integration tests checking that the jar task is not executed if manifest file has not been changed (see @Issue(1)).

rotty3000 commented 9 years ago

Not a problem! Hope you had a great holiday ☺

To reproduce, simply note during the build that gradle never emits a message indicating assemble stage was up to date.

TomDmitriev commented 9 years ago

Hmmm. I can't reproduce it on a simple project I set up. Perhaps, a failing integ test would be helpful.