Skip to content

Commit

Permalink
Fix presubmit build (#423)
Browse files Browse the repository at this point in the history
- Update .bazelversion for java-maven 
- Setting JAVA_HOME for android-robolectric-testing-macos (Addressing
similar issue as bazelbuild/rules_kotlin#1129
after JDK 21 update)
  • Loading branch information
meteorcloudy authored Mar 13, 2024
1 parent 7285d2e commit 8199bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelci/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ tasks:
<<: *android-robolectric
android-robolectric-testing-macos:
platform: macos
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
<<: *android-robolectric
# android-robolectric-testing-windows:
# platform: windows
Expand Down
2 changes: 1 addition & 1 deletion java-maven/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.1.0

0 comments on commit 8199bec

Please sign in to comment.