Skip to content

Commit

Permalink
no libraryVariants
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Nov 22, 2019
1 parent bf37dbf commit 18afde2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions android/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ task sourcesJar(type: Jar) {

task javadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
android.libraryVariants.all { variant ->
if (variant.name == 'release') {
owner.classpath += variant.javaCompiler.classpath
}
}
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
}

Expand Down

0 comments on commit 18afde2

Please sign in to comment.