Skip to content

Commit

Permalink
Fix bintray upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonicArtos committed May 11, 2015
1 parent 646bfea commit 7c8d9f2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ apply from: 'https://raw.github.com/TonicArtos/gradle-mvn-push/master/gradle-mvn

afterEvaluate {
androidJavadocs.classpath += project.android.libraryVariants.toList().first().javaCompile.classpath

}

def getBintrayUsername() {
return hasProperty('BINTRAY_USER') ? BINTRAY_USER : ""
}

def getBintrayKey() {
return hasProperty('BINTRAY_KEY') ? BINTRAY_KEY : ""
}

publish {
Expand All @@ -86,8 +77,6 @@ publish {
publishVersion = VERSION_NAME
description = 'A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.'
website = 'https://github.com/TonicArtos/SuperSLiM'
bintrayUser = getBintrayUsername()
bintrayKey = getBintrayKey()
autoPublish = false
dryRun = false
}

0 comments on commit 7c8d9f2

Please sign in to comment.