Skip to content

Instantly share code, notes, and snippets.

@mark-vieira
Created February 9, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-vieira/6e41d02788c6a76baef28d5dc72a6157 to your computer and use it in GitHub Desktop.
Save mark-vieira/6e41d02788c6a76baef28d5dc72a6157 to your computer and use it in GitHub Desktop.
Gradle IDEA plugin project name deduplication error
include ':foo:common', ':bar:common'
gradle.rootProject {
project(':foo') {
subprojects {
apply plugin: 'idea'
}
}
project(':bar') {
subprojects {
apply plugin: 'idea'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment