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 86f8313 commit aa62c18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rcfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ echo $tag
echo "NEXT VERSION IS"
echo $NEXT_VERSION

whereis java
java --version
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64

echo "************** JAVA HOME ***************"
echo $JAVA_HOME
whereis java
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.
Expand Down

0 comments on commit aa62c18

Please sign in to comment.