Skip to content

Instantly share code, notes, and snippets.

@msdx
Created November 26, 2017 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msdx/be321ffbd09760642726c0bff2419f9b to your computer and use it in GitHub Desktop.
Save msdx/be321ffbd09760642726c0bff2419f9b to your computer and use it in GitHub Desktop.
syncDocs
task syncJavadoc(type: Sync) {
from javadoc.destinationDir
into rootProject.file('docs')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment