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 64e64dc commit 77dae8dCopy full SHA for 77dae8d
lib/openjdk.sh
@@ -53,5 +53,6 @@ function openjdk::install_openjdk_via_jvm_common_buildpack() {
53
# Since we run install_openjdk in a sub-shell, any environment variables set by it will not be available in this
54
# (parent) shell. As documented in the jvm buildpack, we can source the modified export script from this (host)
55
# buildpack to get the necessary changes.
56
+ # shellcheck source=/dev/null
57
source "${host_buildpack_dir}/export"
58
}
0 commit comments