cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Get rid of IDEA files generation & modification #58

Closed dtsaryov closed 6 years ago

dtsaryov commented 6 years ago

Remove code related to setting IJ IDEA up in .ipr / .iml files

project.idea.project.ipr {
    withXml { provider ->
        ...
    }
}

QA

Check that projects are imported correctly and IJ doesn't show any excess files

dtsaryov commented 6 years ago

Reopen. Not all code was removed. See: