Update after review comments.

- Remove unused withSources(), we are not building javadocs anymore
  - Fixes #11
This commit is contained in:
Giri Dandu 2015-03-17 18:55:59 -04:00
parent 9ff42a96c2
commit 55f675d17a
1 changed files with 0 additions and 7 deletions

View File

@ -83,13 +83,6 @@ groovydoc {
shouldRunAfter test
}
def withSources(String dependency) {
['sources'].each {
def sourceDependency = dependencies.create("${dependency}:${it}")
}
return dependency
}
check.dependsOn groovydoc
////////////////////////////////////////////////////////////////////////////////