Skip to content

Instantly share code, notes, and snippets.

@AbrarSyed
Last active August 29, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbrarSyed/bc6a2bf98e2dd2f5cf41 to your computer and use it in GitHub Desktop.
Save AbrarSyed/bc6a2bf98e2dd2f5cf41 to your computer and use it in GitHub Desktop.
Put this in ~/.gradle/init.d
afterEvaluate {
allprojects { project ->
if (project.plugins.hasPlugin("idea"))
{
idea { module { inheritOutputDirs = true } }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment