Phillip Schichtel
07/22/2021, 8:32 PMio.github.gradle-nexus.publish-plugin
plugin and from(components["java"])
in the publication, then everything gets uploaded except the actual code jar: https://oss.sonatype.org/#nexus-search;quick~kognigy. This happens both with gradle 6.8 and 7.1. Am I missing something?travis
07/24/2021, 8:45 PMio.github.gradle-nexus.publish-plugin
, but if you can't figure it out with that plugin, I've had really good luck with https://github.com/vanniktech/gradle-maven-publish-plugin.travis
07/24/2021, 8:47 PM./gradlew -PVERSION_NAME=1.0.0-SNAPSHOT publishToMavenLocal
...to test the publication and make sure it is producing all the expected artifacts/files by browsing your ~/.m2
folder.