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
Post a Comment