android library - Jitpack.io does not work with Volley repository fork -




i forked volley repository: https://github.com/capnspellcheck/volley , enabled jitpack.io in settings.

i include dependency compile 'com.github.capnspellcheck:volley:master-snapshot'

gradle build fails resolve jitpack dependency, error the jitpack.io log when builds:

execution failed task ':publishlibrarypublicationtomavenlocal'.

failed publish publication 'library' repository 'mavenlocal' invalid publication 'library': artifact file not exist: '/home/jitpack/build/build/outputs/aar/volley-release.aar'

why volley build not make aar? appreciate help!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -