Skip to content

Commit 580613c

Browse files
committed
chore(cloudbeaver): delete no used jdk
1 parent b69fc4b commit 580613c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

stacks/cloudbeaver/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ function build() {
1010
. init-stack
1111
JAVA_VERSION=17.0.9
1212
NODE_VERSION=16.20.1
13-
install-stack java ${JAVA_VERSION}
14-
install-packages maven gnupg gnupg2 git
15-
java --version && mvn --version
13+
install-packages gnupg gnupg2 git maven
14+
mvn --version
1615
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
1716
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
1817
curl -sL https://deb.nodesource.com/setup_14.x | bash -

0 commit comments

Comments
 (0)