Skip to content

Commit

Permalink
Test workflow v14z (hazelcast#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Jul 31, 2024
1 parent cadeb79 commit 4d5e3f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,21 @@ RELEASE_REPO="http://repo1.maven.apache.org/maven2"
ENTERPRISE_RELEASE_REPO="https://repository.hazelcast.com/release/"
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 4d5e3f4

Please sign in to comment.