Skip to content

Update Bazel usage instructions to use maven.install #856

Description

@cpovirk

Currently, they are using maven_jar:

maven_jar(
name = "jspecify",
artifact = "org.jspecify:jspecify:1.0.0",
sha256 = "1fad6e6be7557781e4d33729d49ae1cdc8fdda6fe477bb0cc68ce351eafdfbab",
)

I think that the correct approach is going to be to just tell people to add org.jspecify:jspecify:<version> to the artifacts section of their maven.install call.

This change will also save us from needing to update the sha256 value for each release.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions