Is anything particular needed to build/try out koi...
# koin-contributors
j
Is anything particular needed to build/try out koin locally.....I've cloned repo and when I run
./install_all.sh
I get errors like following
Copy code
Cannot perform signing task ':koin-gradle-plugin:signReleasePublication' because it has no configured signatory
Also, I think I remember that snapshot builds where published somewhere?
j
You can sign snapshot builds, but it is not a requirement. Probably the script is signing everything
j
thanks @Javier....do you know where snapshot builds are published to these days? I have link here from a good while ago that doesn't look to be valid any more
j
As I can see, the signature that is failing is the app itself no?
message has been deleted
message has been deleted
probably commenting that line can solve your problem
and trying to publishToMavenLocal
j
thanks, will try that
as I can see there, it is empty
so there is no snapshot published
j
ah, ok
commented out that
signing
section and it's publishing to local maven now
🙂 1
👍 1
a
yes, you can check for snapshot build instead
else it will try to sign local stuff 😕