Same revision ID in Gradle 2.8 and Gradle 2.9

When printing version info with –version command line option Gradle shows same revision ID for Gradle 2.8 and Gradle 2.9. Shouldn’t the revision IDs be unique?


Gradle 2.8

Build time: 2015-10-20 03:46:36 UTC
Build number: none
Revision: b463d7980c40d44c4657dc80025275b84a29e31f

Groovy: 2.4.4
Ant: Apache Ant™ version 1.9.3 compiled on December 23 2013
JVM: 1.8.0_60 (Oracle Corporation 25.60-b23)
OS: Linux 3.10.0-229.14.1.el7.x86_64 amd64


Gradle 2.9

Build time: 2015-11-17 07:02:17 UTC
Build number: none
Revision: b463d7980c40d44c4657dc80025275b84a29e31f

Groovy: 2.4.4
Ant: Apache Ant™ version 1.9.3 compiled on December 23 2013
JVM: 1.8.0_60 (Oracle Corporation 25.60-b23)
OS: Linux 3.10.0-229.14.1.el7.x86_64 amd64

Thanks for reporting this. Turns out this has been busted for some time :frowning:. This will be fixed for the Gradle 2.10 release.