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 Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI 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
apply plugin: 'idea'