This gradle plugin allows for the configuration of Intellij IDEA xml files.
To apply the plugin:
apply plugin: 'com.palantir.idea-configuration'ideaConfiguration {
externalDependencies {
'CheckStyle-IDEA' {
atLeastVersion '9.2.1'
}
'palantir-java-format' {
atLeastVersion '2.57.0'
}
}
}