Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 6, 2024
1 parent f12f118 commit d8ae918
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,7 @@ 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
mvn --version
which java
echo "JAVA_HOME: $JAVA_HOME"
echo
Expand Down

0 comments on commit d8ae918

Please sign in to comment.