andraskindler / quickscroll

[Development stopped in 2014. Unfinished and not stable - not recommended to use.] Bringing extended scrolling features to Android's native ListView and ExpandableListView.
455 stars 151 forks source link

Publish correctly to Maven Central #7

Open 4brunu opened 10 years ago

4brunu commented 10 years ago

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?

d370urn3ur commented 9 years ago

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?

gyulavoros commented 9 years ago

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.