Skip to content

Instantly share code, notes, and snippets.

@minakov
Forked from stefanhoth/build.gradle
Last active August 29, 2015 14:13
Show Gist options
  • Save minakov/56bfa28d90b0b0f75351 to your computer and use it in GitHub Desktop.
Save minakov/56bfa28d90b0b0f75351 to your computer and use it in GitHub Desktop.
// your code
apply from: "build-plugins/idea-gradle-sources.gradle"
apply plugin: 'idea'
idea {
module {
downloadJavadoc = true
downloadSources = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment