Closed vbauer closed 8 years ago
@vbauer yes, i see the issue. I will update the repository with missing jar files.
@vbauer updated the library code.
To build it from console and from Android Studio, just have to do one extra step.
Goto library
module > build.gradle
.
Comment the below line
apply from: 'https://raw.github.com/nisrulz/gradle-mvn-push/master/gradle-mvn-push.gradle'
Thats it. Now you can build the whole project from Android Studio and console.
Thank you for information.
I've got the following error during
gradlew build
:It looks like gradle wrapper jar file was missed in "gradle/wrapper".