diff --git a/publish.gradle b/publish.gradle index 4bc4772..01cfb91 100644 --- a/publish.gradle +++ b/publish.gradle @@ -1,7 +1,9 @@ apply plugin: 'com.github.dcendents.android-maven' +apply plugin: 'com.jfrog.bintray' group = pub.groupId version = pub.libraryVersion +archivesBaseName = pub.artifactId install { repositories.mavenInstaller { @@ -41,8 +43,6 @@ install { } } -apply plugin: 'com.jfrog.bintray' - task sourcesJar(type: Jar) { from android.sourceSets.main.java.srcDirs baseName = pub.libraryId