Skip to content

Commit aa62c18

Browse files
authored
Update rcfg.sh
1 parent 86f8313 commit aa62c18

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,10 +31,14 @@ echo $tag
3131
echo "NEXT VERSION IS"
3232
echo $NEXT_VERSION
3333

34+
whereis java
35+
java --version
3436
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
3537

3638
echo "************** JAVA HOME ***************"
3739
echo $JAVA_HOME
40+
whereis java
41+
java --version
3842
echo "************** END JAVA HOME ***********"
3943

4044
#Right after the project's <version> tag there has to be the comment <!--rrv-sed-flag--> which simplifies the sed regex bellow.

0 commit comments

Comments
 (0)