Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the ".dirty" from htsjdk jar names
The current build.gradle adds a ".dirty" to the jar name when running "gradle jar" when there are untracked files, even if there are no uncommitted changes and the working directory is otherwise clean. This is misleading, since "dirty" implies that the build contains uncommitted changes, but untracked files do not affect the build at all. Rather than cause confusion, let's just strip out ".dirty" from the name for now.
- Loading branch information