We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca095a4 commit ac92b4cCopy full SHA for ac92b4c
bin/docker-setup.sh
@@ -2,7 +2,7 @@
2
set -eux
3
curl -fLo /usr/local/bin/coursier https://github.com/coursier/coursier/releases/download/v2.1.5/coursier
4
chmod +x /usr/local/bin/coursier
5
-coursier setup --yes
+coursier setup --yes --apps coursier,sbt
6
7
curl -fLo maven.zip https://archive.apache.org/dist/maven/maven-3/3.9.1/binaries/apache-maven-3.9.1-bin.zip
8
unzip -d /opt/maven maven.zip
0 commit comments