Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/foundation-2022' into foundation…
Browse files Browse the repository at this point in the history
…-2023
  • Loading branch information
Benjamin Reed committed Jun 26, 2023
2 parents 208b414 + f3fbe3f commit 8c4e23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Auto Assign Pull Request"
on:
pull_request:
pull_request_target:
# types: [review_requested, ready_for_review, opened, synchronize, reopened]
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion core/cli/src/main/resources/bin/find-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ main() {
fi

if [ "$SKIP_DEFAULTS" -eq 0 ]; then
DEFAULTS=(/usr/lib/jvm /usr/java /System/Library/Java/JavaVirtualMachines /Library/Java/JavaVirtualMachines /Library/Java/Home /opt)
DEFAULTS=(/usr/lib/jvm /usr/java /System/Library/Java/JavaVirtualMachines /Library/Java/JavaVirtualMachines /Library/Java/Home /opt /usr/lib64/jvm)
# this is massively inefficient, but bash sucks and there aren't *that* many entries so it doesn't really matter
for default in "${DEFAULTS[@]}"; do
found=false
Expand Down

0 comments on commit 8c4e23e

Please sign in to comment.