How to customize IntelliJ 15 Gradle integration? -


this quiet normal people customising gradle tasks. example there tones of examples how can customise project generated gradle integration in eclipse. can enable custom code formatter, validation rules, find bugs plugin, generate hibernate classes ... , on.

i'm trying figure out how gradle integration realised in intellij. reason not using gradle plugin gradle tooling api.

is possible customise gradle integration? if yes - there documentation or examples ? if no - reason such decision?

there idea plugin gradle. used used through task generated .ipr file intellij. since idea 13 used idea through tooling api. it's rather limited , features don't seem work anymore through tooling api, use excluding source sets , configuring idea's build output directory. advanced things, option seems to edit generated .ipr file, gradle idea plugin provides hook that.

alternatively there numerous plugins intellij sharing or importing code styles independently gradle.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -