Closed Code1337 closed 8 years ago
I am getting this error during gradle syn - Error:(2, 0) org/gradle/api/publication/maven/internal/defaultmavenfactory
error focus onto this `apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: "com.jfrog.bintray"
dependencies { classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' } // This is the library version used when deploying the artifact version = "1.0.9"`
I am not sure why that error. is happening. I cant reproduce. If you still have it you can reopen issue.
FYI: http://stackoverflow.com/questions/32988669/how-to-solve-gradle-sync-failed-error-defaultmavenfactory
I am getting this error during gradle syn - Error:(2, 0) org/gradle/api/publication/maven/internal/defaultmavenfactory
error focus onto this `apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: "com.jfrog.bintray"
dependencies { classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' } // This is the library version used when deploying the artifact version = "1.0.9"`