Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load JavaInfo and java_common from rules_java #967

Closed
wants to merge 4 commits into from

Conversation

comius
Copy link
Contributor

@comius comius commented Sep 29, 2023

This prepares rules_jvm_external for bazelbuild/bazel#19455

@comius comius force-pushed the load_java_modules branch 2 times, most recently from 242ccf4 to 1243532 Compare September 30, 2023 19:46
Copy link
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#971 removes the "jetify" functionality from the repo, which will make this PR a lot simpler. Hopefully that will be reviewed and landed soon so we can rebase on top of it.

@@ -4,17 +4,16 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.3")
bazel_dep(name = "stardoc", version = "0.5.3", repo_name = "io_bazel_stardoc")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a dev dependency because we don't expect people to depend on targets in the top-level build file.

@@ -21,26 +21,6 @@ tasks:
# These tests are currently incompatible with RBE
- "-//tests/integration/override_targets"
- "-//tests/com/github/bazelbuild/rules_jvm_external/maven:OutdatedTest"
ubuntu1804_4_0_0:
platform: ubuntu1804
bazel: 4.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping support for Bazel 4 is on the roadmap, but I'm curious about why this change is made in this PR

shs96c added a commit to shs96c/rules_jvm_external that referenced this pull request Jan 5, 2024
This prepares rules_jvm_external for bazelbuild/bazel#19455

Closes bazel-contrib#967 which has been left in limbo.
@shs96c
Copy link
Collaborator

shs96c commented Jan 7, 2024

Closing as this is replaced by #1027

@shs96c shs96c closed this Jan 7, 2024
shs96c added a commit that referenced this pull request Jan 15, 2024
This prepares rules_jvm_external for bazelbuild/bazel#19455

Closes #967 which has been left in limbo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants