Gabriel Ittner
Gabriel Ittner
Closing if favor of the KGP issue you created https://youtrack.jetbrains.com/issue/KT-69585, looks like it will be fixed in 2.1.0
Could you please share a full log of a build when the error happens?
There are 2 options. Either you provide properties that point to a gpg file like this (when doing this you don't need step 2): ``` signing.keyId=12345678 signing.password=secret signing.secretKeyRingFile=/Users/me/.gnupg/secring.gpg ``` or...
Our main issue is that if you have a multi module project that the deployment will contain the artifacts of all modules, so there isn't just one artifact name. Even...
Unfortunately `gradleProperty` and `findProperty` are not the same. `gradleProperty` will only return properties from the root project, user home or cli, while `findProperty` also returns properties from the project's `gradle.properties`....
> as there is no way of operating special use-cases Could you expand on what these cases are and what you need to handle?
Makes sense 👍 I'll add something soon.
Sorry for the long silence on this. In 2.0 there are only exceptions for not initialized yet and already initialized the rest is gone. The remaining 2 are not something...
@dkhalanskyjb could we get a release with this? It prevents us from updating coroutines and some libraries depending on the latest coroutines version like ktor
This project uses itself to publish its 3 artifacts, is there anything you want to see in a sample that isn't covered by this?