Closed VishnuSanal closed 3 months ago
Hi @VishnuSanal, Thank you for your work! I've noticed that the libraries haven't been published to Maven Central yet. In the meantime, you can publish them locally by following the instructions here.
Hello @Nataliagros, @andrei-zgirvaci, and @maciekBudzinski, Do you have an estimated timeline for when the storage modules will be available on Maven Central?
CC - @prestonlau @itsme291
Hi Diego, we plan to release Storage module to Maven Central at the beginning of August. Thanks!
Thanks, @Nataliagros.
@VishnuSanal let us know if you're still blocked.
hi @dzuluaga, I am still blocked I am afraid. I cannot publish to maven local. I am getting the following error when running ./gradlew publishToMavenLocal
.
I have generated a key & these were the steps I followed.
gpg --export-secret-keys >~/.gnupg/secring.gpg
gpg --list-secret-keys --keyid-format SHORT
(output -- I will share the password to diego in private)local.properties
file
SIGNING_KEY_ID=<key_id>
SIGNING_PASSWORD=<password>
SIGNING_KEY=~/.gnupg/secring.gpg
please guide me on what I am doing wrong. thanks!
try excluding the task that signs the jar. It's something like -exclude task. Can't recall exactly
@VishnuSanal BTW - Try this command. ./gradlew -P useMavenLocal=true :packages:core:publishToMavenLocal
./gradlew -P useMavenLocal=true :packages:core:publishToMavenLocal
that worked, thanks!
I am getting the following error:
find the full logs here (password: "password")
full code: https://github.com/TeamAmaze/AmazeFileManager/compare/omh-integration...omh-storage-integration
here are my gradle dependencies:
I have tried adding the following too, but the same result
I followed this guide.
additionally, the link to plugin provided in the readme gives a 404 too: https://central.sonatype.com/artifact/com.openmobilehub.android.storage/core
ping @dzuluaga