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 86f8313 commit aa62c18Copy full SHA for aa62c18
rcfg.sh
@@ -31,10 +31,14 @@ echo $tag
31
echo "NEXT VERSION IS"
32
echo $NEXT_VERSION
33
34
+whereis java
35
+java --version
36
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
37
38
echo "************** JAVA HOME ***************"
39
echo $JAVA_HOME
40
41
42
echo "************** END JAVA HOME ***********"
43
44
#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