Skip to content

Commit

Permalink
Update rcfg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Feb 27, 2020
1 parent b68459f commit e54e0a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rcfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ echo $NEXT_VERSION

#export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"

echo "************** JAVA HOME ***************"
echo $JAVA_HOME
echo ">>>><<<<"
whereis java
echo ">>>><<<<"
java --version
echo "************** END JAVA HOME ***********"
#echo "************** JAVA HOME ***************"
#echo $JAVA_HOME
#echo ">>>><<<<"
#whereis java
#echo ">>>><<<<"
#java --version
#echo "************** END JAVA HOME ***********"

#Right after the project's <version> tag there has to be the comment <!--rrv-sed-flag--> which simplifies the sed regex bellow.
#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.
Expand Down

0 comments on commit e54e0a2

Please sign in to comment.