gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

clean hard deletes the contents of jpaModelgenSourcesDir

Open klmz opened this issue 8 years ago • 1 comments

Doing gradle clean will delete the contents of the folder set in jpaModelgenSourcesDir. So be sure to specify something other than /src/main/java...

klmz avatar Jan 09 '17 10:01 klmz

Default JPAModelgen source dir is src/jpaModelgen/java See https://github.com/iboyko/gradle-plugins/tree/master/jpamodelgen-plugin#jpamodelgensourcesdir

iboyko avatar Jan 09 '17 10:01 iboyko