Skip to content

Commit 500386b

Browse files
authored
Update rcfg.sh
1 parent 05c6d1d commit 500386b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rcfg.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ echo $tag
3131
echo "NEXT VERSION IS"
3232
echo $NEXT_VERSION
3333

34+
echo "************** JAVA HOME ***************"
35+
echo $JAVA_HOME
36+
echo "************** END JAVA HOME ***********"
37+
3438
#Right after the project's <version> tag there has to be the comment <!--rrv-sed-flag--> which simplifies the sed regex bellow.
3539
#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.
3640
#This is because only a regex for version tag would change all the matching version tags in the file.

0 commit comments

Comments
 (0)