Skip to content

Commit

Permalink
Removed duplicated sources task (#215)
Browse files Browse the repository at this point in the history
* Removed duplicated sources task

* unnecessary change
  • Loading branch information
ferranpons authored Jan 23, 2019
1 parent 6bffa63 commit bffe890
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

task sourceJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier "sources"
}

task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
Expand Down Expand Up @@ -164,7 +159,6 @@ publishing {

artifact androidJavadocsJar
artifact androidSourcesJar
artifact(sourceJar)
}
}
}
Expand Down

0 comments on commit bffe890

Please sign in to comment.