We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69fc4b commit 580613cCopy full SHA for 580613c
1 file changed
stacks/cloudbeaver/build.sh
@@ -10,9 +10,8 @@ function build() {
10
. init-stack
11
JAVA_VERSION=17.0.9
12
NODE_VERSION=16.20.1
13
- install-stack java ${JAVA_VERSION}
14
- install-packages maven gnupg gnupg2 git
15
- java --version && mvn --version
+ install-packages gnupg gnupg2 git maven
+ mvn --version
16
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
17
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
18
curl -sL https://deb.nodesource.com/setup_14.x | bash -
0 commit comments