Netflix / genie

Distributed Big Data Orchestration Service
https://netflix.github.io/genie
Apache License 2.0
1.7k stars 365 forks source link

Unable to build genie v4.3.6 #1194

Open mrdominguez opened 7 months ago

mrdominguez commented 7 months ago

I have cloned genie v4.3.6:

git clone -b v4.3.6 https://github.com/Netflix/genie

I can build the project ./gradlew clean build, but it yields 4.4.0-SNAPSHOT.

./gradlew properties -q | grep version
flyway.version: 9.1.3
grpc_version: 1.38.1
protobuf_version: 3.16.1
spring_boot_version: 2.7.+
spring_cloud_version: 2021.0.2
version: 4.4.0-SNAPSHOT

Where can I set version=4.3.6? I have already tried adding version=4.3.6 to gradle.properties and -Pversion=4.3.6 at runtime to no avail.

mrdominguez commented 7 months ago

Could you please provide instructions on how to build version 4.3.6?

bhou2 commented 3 months ago

When you build with git clone -b v4.3.6 https://github.com/Netflix/genie, then the build is with the version v4.3.6.

4.4.0-SNAPSHOT is the artifact version, not the build version.