We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 clean build
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.
version=4.3.6
gradle.properties
-Pversion=4.3.6
The text was updated successfully, but these errors were encountered:
Could you please provide instructions on how to build version 4.3.6?
Sorry, something went wrong.
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.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: