Reputation: 12027
I read here that I can tweak certain settings using these parameters:
idea {
module {
downloadJavadoc = false
downloadSources = true
}
}
However I get an error when I am trying to build:
Could not find method idea() for arguments
Upvotes: 8
Views: 2538