Last Sync Status: Validation Failed
Last Sync Errors: Invalid POM: /stellar/scala/sdk/scala-stellar-sdk_2.12/0.1.4/scala-stellar-sdk_2.12-0.1.4.pom: Project URL missing,
Developer information missing
Missing Signature: '/stellar/scala/sdk/scala-stellar-sdk_2.12/0.1.4/scala-stellar-sdk_2.12-0.1.4-sources.jar.asc' does not exist for 'scala-stellar-sdk_2.12-0.1.4-sources.jar'.
Missing Signature: '/stellar/scala/sdk/scala-stellar-sdk_2.12/0.1.4/scala-stellar-sdk_2.12-0.1.4.pom.asc' does not exist for 'scala-stellar-sdk_2.12-0.1.4.pom'.
Missing Signature: '/stellar/scala/sdk/scala-stellar-sdk_2.12/0.1.4/scala-stellar-sdk_2.12-0.1.4-javadoc.jar.asc' does not exist for 'scala-stellar-sdk_2.12-0.1.4-javadoc.jar'.
Missing Signature: '/stellar/scala/sdk/scala-stellar-sdk_2.12/0.1.4/scala-stellar-sdk_2.12-0.1.4.jar.asc' does not exist for 'scala-stellar-sdk_2.12-0.1.4.jar'.
Dropping existing partial staging repository.
publishSigned
task does.
git@gitlab.com:lJoublanc/...
, but should start with https://
I think.
bintrayOrganization
is set to your bintray username by sbt-bintray.
library-moduleX
, library-moduleY
, etc. — under one single bintray package called library
while still ensuring that all the files corresponding to each module are added there. So far I've only been able to make sbt implicitely create a bunch of packages, each named after the individual module (e.g. library-moduleX
) :sweat_smile: — I really need this, because I have like 15 modules, and I don't want to go to each one individually and link them to JCenter :sweat_smile: , especially since over time some dissappear, others get added, etc.