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

EBean gradle plugin - make compatible with EBean 10.x and suitable for java projects #1

Closed vnnv closed 7 years ago

vnnv commented 7 years ago

Hi Rob, I try to fix the plugin to be compatible with latest Ebean. For me it works. Could you please review the changes and if you are ok publish it to be available in maven central.

rbygrave commented 7 years ago

This PR can be closed now. I've bumped the agent up to 10.2.x which has combined entity bean and query bean enhancement etc.

vnnv commented 7 years ago

Hi Rob, could you please update Example build.gradle because it seems outdated. Also if I use my current build.gradle with the latest plugin - enhancement is not started.

vnnv commented 7 years ago

Hy Rob, I made some additional changes -

  1. rename the packages to io.ebean
  2. fix Gradle 4.0 warning - output directoryes for every compiled language
  3. fix: ebean.mf is no considered because compileJava task is invoked before processResources
rbygrave commented 7 years ago

Good stuff, merging - thanks !!!