TileDB-Inc / TileDB-VCF

Efficient variant-call data storage and retrieval library using the TileDB storage library.
https://tiledb-inc.github.io/TileDB-VCF/
MIT License
82 stars 13 forks source link

Set java/spark version from git tag #716

Closed gspowley closed 2 months ago

gspowley commented 2 months ago

The goal of this PR is to remove the manual step of bumping the Java/Spark version for every release.

The build.gradle files try to read the version from a git tag or a version.txt file in the root of the repo, which is added to the build artifacts during the BuildNativeLibs CI task.