Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Dec 28, 2023
1 parent 426e2c3 commit e0dec5b
Show file tree
Hide file tree
Showing 4 changed files with 1,644 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
7.0.0rc7
11 changes: 9 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
module(
name = "rules_bzlmodrio_jdk",
version = "0.0.0",
compatibility_level = 2024,
)

bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_java", version = "6.4.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_java", version = "7.1.0")

deps = use_extension("//:maven_deps.bzl", "deps")
use_repo(deps, "roborio_jre")

bazel_dep(name = "rules_bzlmodrio_toolchains", version = "2024-1")

REMOTE_JDK_REPOS = ["roboriojdk_linux", "roboriojdk_mac", "roboriojdk_win"]
print(REMOTE_JDK_REPOS)

Expand Down
Loading

0 comments on commit e0dec5b

Please sign in to comment.