Created
February 9, 2017 21:27
-
-
Save mark-vieira/6e41d02788c6a76baef28d5dc72a6157 to your computer and use it in GitHub Desktop.
Gradle IDEA plugin project name deduplication error
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
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