quickscroll
quickscroll copied to clipboard
Publish correctly to Maven Central
This library looks excellent, great work, but I think it's published in Maven Central incorrectly. I try to do compile 'com.andraskindler.quickscroll:quickscroll:0.9.8' in my gradle project but it doesn't work.
I'm doing something wrong? Or the version in the Maven Central isn't working?
I have the same problem, it's a problem with how it's been published to maven central. When you look at the library structure in your Android Studio dependencies, the jar doesn't contain the correct class structure. It just contains pom.properties and pom.xml files. Since this issue was raised a year ago and hasn't been resolved I am going to try to fork the project and create my own maven repo, seems like the maintainer isn't concerned about this?
I would suggest to move the library to Bintray. They have an official Gradle plugin for publishing and IMO much more easy to maintain. I'll discuss this with @andraskindler and report back here.