Skip to content
New issue

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

Unable to build genie v4.3.6 #1194

Open
mrdominguez opened this issue Dec 4, 2023 · 2 comments
Open

Unable to build genie v4.3.6 #1194

mrdominguez opened this issue Dec 4, 2023 · 2 comments

Comments

@mrdominguez
Copy link

mrdominguez commented Dec 4, 2023

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
Copy link
Author

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

@bhou2
Copy link
Contributor

bhou2 commented Apr 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants