Skip to content

Commit

Permalink
Fix publication var not reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed May 30, 2017
1 parent a224439 commit b9a6a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-base.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import groovy.xml.QName

def VERSION_NAME = rootProject.ext.VERSION_NAME
def GROUP = rootProject.ext.GROUP
def POM_ARTIFACT_ID = project.name
ext.POM_ARTIFACT_ID = project.name

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

0 comments on commit b9a6a4c

Please sign in to comment.