What idea file would i put gradle arguments like “-PbambooshortPlanName=BBM-Dev -Pdmodcurse=61545 --refresh-dependencies” so i can resolve http://i.imgur.com/tQz8B4m.png?
I don’t believe Idea exposes a way to pass additional arguments to Gradle via the tooling API. If you need to supply additional configuration for your Gradle project to work via Idea in this scenario I would suggest defining your properties in a local gradle.properties file or use the GRADLE_OPTS environment variable.