We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c6d1d commit 500386bCopy full SHA for 500386b
rcfg.sh
@@ -31,6 +31,10 @@ echo $tag
31
echo "NEXT VERSION IS"
32
echo $NEXT_VERSION
33
34
+echo "************** JAVA HOME ***************"
35
+echo $JAVA_HOME
36
+echo "************** END JAVA HOME ***********"
37
+
38
#Right after the project's <version> tag there has to be the comment <!--rrv-sed-flag--> which simplifies the sed regex bellow.
39
#If the flag comment wouldn't be there, we'd have to write a more complicated regex to catch the artifactif from a row up.
40
#This is because only a regex for version tag would change all the matching version tags in the file.
0 commit comments