Hello,
I am using Gradle 4.8, The gradle plugin for jooq, and Jooq 3.10. I am using a custom target location that looks like:
target {
packageName = com.clusin.model
directory = 'src/generated/java/'
}
When I execute the clean task my jooq generated source files get deleted.
Is there any way to prevent this behavior? I check the files into version control and the schema changes infrequently so I don't need to regenerate them each time.
Thanks,
Dan