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 d2c91c6 commit 9a74d1bCopy full SHA for 9a74d1b
bin/lsif-java-docker-script.sh
@@ -2,7 +2,7 @@
2
# Wrapper script for `lsif-java`, which automatically picks up the correct JVM
3
# version. It assumes that `coursier` is available on the `$PATH` and that the
4
# `lsif-java` binary is already installed at `/app/lsif-java/bin/lsif-java`.
5
-set -eux
+set -eu
6
JVM_VERSION="8"
7
FILE="$PWD/lsif-java.json"
8
if test -f "$FILE"; then
0 commit comments