ebean-orm-tools / ebean-gradle-plugin

Plugin that performs Enhancement (entity, transactional, query bean) and can generate query beans from entity beans written in Kotlin via kapt
Apache License 2.0
10 stars 12 forks source link

Avoid interference with "apt" plugin #27

Closed soberich closed 4 years ago

soberich commented 5 years ago

I have troubles with the name of configuration you add in plugin. "apt" - is too common, and we hardly could debug what was the reason of failing compilation with unknown errors, because two plugins contributed "apt" configurations and tried to hook compilation and tried to place produced files in different places.

EDIT

A better alternative if you'll agree https://github.com/ebean-orm-tools/ebean-gradle-plugin/pull/28 See readme.md diff there.

rbygrave commented 5 years ago

So I believe we can close this PR (replaced by #28)