Created
December 20, 2017 16:39
-
-
Save topolik/8321e496b086e4478614c81e22022ba5 to your computer and use it in GitHub Desktop.
Don't download sources for IDEA task in init.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allprojects { | |
apply plugin: 'idea' | |
idea { | |
module { | |
downloadSources = false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment