We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0668037 commit 3333810Copy full SHA for 3333810
1 file changed
bin/compile
@@ -7,8 +7,8 @@ if [[ -n "${BUILDPACK_DEBUG}" ]]; then
7
set -x
8
fi
9
10
-readonly build_dir="${1}"
11
-readonly cache_dir="${2}"
+build_dir="${1}"
+cache_dir="${2}"
12
env_dir="${3}"
13
14
readonly java_version="${JAVA_VERSION:-1.8}"
0 commit comments