feat(java): Publishing to central-sonatype.#638
Conversation
621af2a to
bbc8b94
Compare
bbc8b94 to
39c5d9b
Compare
.github/workflows/java-checks.yaml
Outdated
| @@ -0,0 +1,46 @@ | |||
| name: Java Checks | |||
There was a problem hiding this comment.
better name would be helpful
There was a problem hiding this comment.
@ShreyBana - pardon my ignorance here - what does this workflow do? or is it only to detect failure and upload things in case of failure?
That might help in getting to a right name.
There was a problem hiding this comment.
do we have a main build workflow that happens on main changes (which is what is supposed to power the build passing badge in the main README.md) - and this should be part of that workflow ?
There was a problem hiding this comment.
@ShreyBana does Java sdk pre-publish checks work?
There was a problem hiding this comment.
@Datron - This has been moved to our CI checks workflow.
39c5d9b to
9491815
Compare
9491815 to
3adaff6
Compare
.github/workflows/java-checks.yaml
Outdated
| @@ -0,0 +1,46 @@ | |||
| name: Java Checks | |||
There was a problem hiding this comment.
@ShreyBana does Java sdk pre-publish checks work?
| } | ||
|
|
||
| extra["displayName"] = "Superposition SDK" | ||
| description = "Java SDK for Superposition." |
There was a problem hiding this comment.
@ShreyBana can we read a markdown file here or should we share a link to our Java SDK documentation website/javadoc? Same for the provider as well
There was a problem hiding this comment.
All javadocs published in maven-central are available at javadoc.io. We can just link that in our main readme.
385cff6 to
8144be7
Compare
8144be7 to
2c20ddc
Compare
* feat(java): Publishing to central-sonatype. * feat(java): Publishing to central-sonatype. --------- Co-authored-by: Shrey Bana <shreybana26@gmail.com>
Publishing for Maven Central via Sonatype.