Skip to content

Commit 89a4b85

Browse files
committed
Fix java tool installers
1 parent f6c0719 commit 89a4b85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/tools/java-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ done
1515
if ! hash java 2>/dev/null; then
1616
echo "Installing Java Runtime. Please wait..."
1717
apt-get update
18-
apt-get install -y --no-install-recommends openjdk-11-jdk maven scala && \
18+
apt-get install -y --no-install-recommends openjdk-11-jdk maven scala
1919
else
2020
echo "Java Runtime is already installed"
2121
fi

resources/tools/java-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apt-get install -y --no-install-recommends \
1919
gradle
2020

2121
# Install Java - Python Integrations
22-
pip install --no-cache-dir jep py4j
22+
# pip install --no-cache-dir jep py4j
2323

2424
if [[ $(jupyter kernelspec list) =~ "java" ]]; then
2525
echo "Java Kernel for Jupyter is already installed."

0 commit comments

Comments
 (0)