Skip to content

Commit

Permalink
Write jvm_engnine version to file due to new jvm-common behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Jun 20, 2024
1 parent 641604a commit 576c4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ install_bins() {
monitor "install-npm-binary" install_npm "$npm_engine" "$BUILD_DIR/.heroku/node" $NPM_LOCK

meta_set "build-step" "install-jvm"
echo "java.runtime.version = $jvm_engine" >"${BUILD_DIR}/system.properties"
monitor "install-jvm-binary" install_jdk "$jvm_engine" "$BUILD_DIR" $CACHE_DIR

meta_set "build-step" "install-basex"
Expand Down

0 comments on commit 576c4f8

Please sign in to comment.