[GRADLE-272] gradle -v version is different from the timestamp of snapshot distributions. Created: 22/Oct/08 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Jon Cox [ 23/Jan/09 ] |
I'd like to understand how this relates to My expectation was that building a numbered release from Now I'm not certain if I did something wrong, Could you clarify this a bit? |
Comment by Hans Dockter [ 26/Jan/09 ] |
This is an issue specific to the Gradle build itself. At the end of a non release build we have two things: gradle-<version>-<timestamp1>-all.zip If you run gradle -v against the above distribution you get: ------------------------------------------------------------ Gradle <version>-<timestamp2> ------------------------------------------------------------ timestamp1 and timestamp2 are not the same, there is a little delta. I don't know if this is strictly a bug, but it may cause confusion. So we should fix this. |