Skip to content

Instantly share code, notes, and snippets.

@topolik
Created December 20, 2017 16:39
Show Gist options
  • Save topolik/8321e496b086e4478614c81e22022ba5 to your computer and use it in GitHub Desktop.
Save topolik/8321e496b086e4478614c81e22022ba5 to your computer and use it in GitHub Desktop.
Don't download sources for IDEA task in init.gradle
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