Open mrdominguez opened 12 months ago
Could you please provide instructions on how to build version 4.3.6?
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.
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 yields4.4.0-SNAPSHOT
.Where can I set
version=4.3.6
? I have already tried addingversion=4.3.6
togradle.properties
and-Pversion=4.3.6
at runtime to no avail.