Skip to content

Commit 9502102

Browse files
authored
Hotfix for java (#808)
1 parent f672424 commit 9502102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java-api-bindings/scripts/install_dependencies_and_build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ fi
127127
# Install jdk and maven
128128
mkdir -p ${BUILD_HOME}
129129
cd ${BUILD_HOME}
130+
apt remove maven -y && apt autoremove -y
130131
apt update && apt install -y openjdk-11-jdk
131132
wget https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
132133
tar zxvf apache-maven-${MAVEN_VERSION}-bin.tar.gz

0 commit comments

Comments
 (0)