Skip to content

Commit e54e0a2

Browse files
authored
Update rcfg.sh
1 parent b68459f commit e54e0a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rcfg.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ echo $NEXT_VERSION
3636

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

39-
echo "************** JAVA HOME ***************"
40-
echo $JAVA_HOME
41-
echo ">>>><<<<"
42-
whereis java
43-
echo ">>>><<<<"
44-
java --version
45-
echo "************** END JAVA HOME ***********"
39+
#echo "************** JAVA HOME ***************"
40+
#echo $JAVA_HOME
41+
#echo ">>>><<<<"
42+
#whereis java
43+
#echo ">>>><<<<"
44+
#java --version
45+
#echo "************** END JAVA HOME ***********"
4646

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

0 commit comments

Comments
 (0)