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.
Currently, they are using
maven_jar:jspecify/docs/docs/using.md
Lines 59 to 63 in 2789f67
I think that the correct approach is going to be to just tell people to add
org.jspecify:jspecify:<version>to theartifactssection of theirmaven.installcall.This change will also save us from needing to update the
sha256value for each release.