Skip to content

Commit

Permalink
Remove some tasks about javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fobidlim committed Aug 16, 2019
1 parent 7aeb9fe commit caaddfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions linkable-text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,6 @@ install {
}
}

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}

task javadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}
artifacts {
archives javadocJar
archives sourcesJar
}

Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

Expand Down

0 comments on commit caaddfe

Please sign in to comment.