palantir / gradle-baseline

A set of Gradle plugins that configure default code quality tools for developers.
Apache License 2.0
307 stars 134 forks source link

Use idea-ext plugin to support intellij native gradle import #527

Open robert3005 opened 5 years ago

robert3005 commented 5 years ago

Gradle recently switched their repo from using ./gradlew idea to using native intellij import. In order to do this we need to make sure we work fine with project per source set option and do not perform custom xml manipulation of intellij files but instead use idea-ext plugin if necessary

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not been touched in the last 60 days. Please comment if you'd like to keep it open, otherwise it'll be closed in 7 days time.