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

buildDir main/resources not being included in classpath (so enhancement not finding ebean.mf) #24

Closed rbygrave closed 5 years ago

rbygrave commented 5 years ago

So this change will include buildDir main/resources in the classpath.

Currently with Gradle 4.5 the main resources is not part of the classpath and hence the ebean.mf manifest file is not found meaning query bean enhancement isn't working as desired.