Closed
Description
What is the bug?
For building jniLIb, knn is fetching from snapshot rather release version here
How can one reproduce the bug?
Steps to reproduce the behavior:
- Build the release version of knn from any release branch like 2.18 or 2.19
- See for the build
./gradlew :buildJniLib -Davx512.enabled=false -Davx2.enabled=false -Dbuild.lib.commit_patches=false
, it fetches the snapshot version
What is the expected behavior?
Should fetch from the release version
What is your host/environment?
- OS: [e.g. iOS]
- Version [e.g. 22]
- Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.