Skip to content
Discussion options

You must be logged in to vote

@Sandesh282 you'll need to import remote_jdk19_repos as it should be declared in the same file as rules_java_dependencies (per bazelbuild/rules_java#106). Alternatively that PR landed in 6.0.0. I'm not sure if we can use rules_java 6.0.0 but that's definitely worth a shot (and probably is what you should try first). If 6.0.0 doesn't work with Bazel 6.5.0 or causes some other issue (like an incompatibility with rules_kotlin or rules_proto) then the following should probably work:

Replace the following:

oppia-android/WORKSPACE

Lines 26 to 30 in ed9d8d2

load("@rules_java//java:repositories.bzl", "rules_java_dependencies", "rules_java_toolchains")
rules_java_dependencies()

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Sandesh282
Comment options

Sandesh282 Jan 14, 2026
Collaborator Author

@BenHenning
Comment options

BenHenning Jan 14, 2026
Maintainer Sponsor

@Sandesh282
Comment options

Sandesh282 Jan 15, 2026
Collaborator Author

@BenHenning
Comment options

BenHenning Jan 16, 2026
Maintainer Sponsor

Answer selected by Sandesh282
@Sandesh282
Comment options

Sandesh282 Apr 25, 2026
Collaborator Author

@BenHenning
Comment options

BenHenning May 1, 2026
Maintainer Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants