Added user-agent to jsoup posted link title query.
More code & comments cleanup.
This commit is contained in:
parent
85ed19f259
commit
b720927061
21 changed files with 544 additions and 604 deletions
|
@ -67,6 +67,10 @@ compileJava {
|
|||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||
}
|
||||
|
||||
javadoc {
|
||||
options.tags = ['created']
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest.attributes('Main-Class': mainClassName,
|
||||
'Class-Path': '. ./lib/' + configurations.compile.collect { it.getName() }.join(' ./lib/'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue