Greetings, I recently looked at the snapshot repository for pekko-grpc-plugin and noticed that the build system is adding a unique build number as is seen in [1]. At the time I looked there were 3 different snapshot versions, 0.0.0-87-d8b61dbd-SNAPSHOT/ <https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-87-d8b61dbd-SNAPSHOT/> 1 Mon Aug 07 13:50:41 UTC 2023 0.0.0-92-9438c173-SNAPSHOT/ <https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-92-9438c173-SNAPSHOT/> Mon Aug 07 20:13:31 UTC 2023 0.0.0-94-0bfb43a6-SNAPSHOT/ <https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-94-0bfb43a6-SNAPSHOT/> Tue Aug 08 01:31:24 UTC 2023 Now the repository software adds build numbers in the form of timestamps to the build, so if we look in [2] we can see a number of jar files with names like pekko-grpc-gradle-plugin-0.0.0-87-d8b61dbd-20230807.134756-1.jar, and pekko-grpc-gradle-plugin-0.0.0-87-d8b61dbd-20230807.134756-2.jar.
My question is why do we add 87-d8b61dbd <https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-87-d8b61dbd-SNAPSHOT/>, or 92-9438c173 <https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-92-9438c173-SNAPSHOT/> to the build target? [1] https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/ [2] https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-grpc-gradle-plugin/0.0.0-87-d8b61dbd-SNAPSHOT/