feat: graalvm artifact mappings#106
Merged
sgammon merged 3 commits intorelease/0.10.xfrom Sep 8, 2023
Merged
Conversation
- feat: add struct which defines maven coordinates for well-known graalvm maven dependencies - feat: user-facing API to easily access these coordinates and declare them with `rules_jvm_external` Signed-off-by: Sam Gammon <sam@elide.ventures>
Merged
Signed-off-by: Sam Gammon <sam@elide.ventures>
- test: add integration test for artifact use - test: add samples for each alias style - chore: add maven artifact test to ci Signed-off-by: Sam Gammon <sam@elide.ventures>
|
Kudos, SonarCloud Quality Gate passed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Summary
Adds a simple set of Maven dependency mappings/definitions/helpers in
@rules_graalvm//graalvm/artifacts:maven.bzl. This should allow easy inclusion of the GraalVM SDK when running on a regular JVM. See below for usage.Targeting #80 for merge (
0.10.xrelease).From
WORKSPACE.bazel:From
MODULE.bazel:Tasklist
rules_jvm_externalfromWORKSPACE.bazelrules_jvm_externalfromMODULE.bazelnote: kicked for laterrules_jvm_external) note: kicked for laterSupport in the mapping generator for JARs (if above)note: kicked for laterChangelog
rules_jvm_external