Hello, I am getting one issue while publishing my ...
# community-support
a
Hello, I am getting one issue while publishing my jar into SONATYPE OSSRH using gradle 7.6.1, although it is able to push jar into staging but with unspecified version. like com.abc.xyz.jarname-unspecified.jar. unspecified should be some version.
v
Well, seems you didn't configure your version, because that is the default value.
a
Using project.version it is working now.
👌 1