bazel-distribution
bazel-distribution copied to clipboard
version_file doesn't trim the version
When using a version_file
we don't trim the version mentioned inside the file.
Some of the IDEs are configured to put new line on file save by default, in those cases this becomes a problem as there will be a newline and the jars are tried to be published including new-line which fails.