Download sources when using the intellij plugin

This commit is contained in:
R. Tyler Croy 2015-09-02 04:52:17 -07:00
parent 0454b61371
commit c537512616
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,7 @@ buildscript {
}
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'io.ratpack.ratpack-groovy'
////////////////////////////////////////////////////////////////////////////////
@ -85,4 +86,12 @@ bintray {
bintrayUpload.dependsOn assemble
////////////////////////////////////////////////////////////////////////////////
idea {
module {
downloadJavadoc = true
downloadSources = true
}
}
// vim: ft=groovy