Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Set .aar baseName to artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
belinwu committed Jan 23, 2019
1 parent 7fb6bda commit 624a24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -41,8 +43,6 @@ install {
}
}

apply plugin: 'com.jfrog.bintray'

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
baseName = pub.libraryId
Expand Down

0 comments on commit 624a24b

Please sign in to comment.