Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Jul 31, 2024
1 parent 4063a6d commit 8e01d6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,19 @@ ENTERPRISE_SNAPSHOT_REPO="https://repository.hazelcast.com/snapshot/"

echo "Java version:"
java -version
which java
echo "JAVA_HOME: $JAVA_HOME"
echo

echo "Use Java 17"
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
java -version
which java
echo "JAVA_HOME: $JAVA_HOME"
echo


case "${1:-}" in
start)
startRC
Expand Down

0 comments on commit 8e01d6f

Please sign in to comment.