Skip to content
Snippets Groups Projects
Unverified Commit 60d35e5a authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

include new line before source hash in version.properties (#15881) (#15933)

parent ff7e29cb
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ check-uberjar-hash() {
build-uberjar-for-test() {
./bin/build version
echo "$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
echo -e "\n$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
./bin/build uberjar
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment