2016-jeeconf-rapid-ratpack-java icon indicating copy to clipboard operation
2016-jeeconf-rapid-ratpack-java copied to clipboard

jooqCodegen gradle tasks have incorrect import

Open pslootweg opened this issue 7 years ago • 0 comments

The import

import org.jooq.util.*

in the gradle tasks is incorrect as it provides the interfaces for Generator and Database, instead of the classes. The import should be changed to

import org.jooq.util.GenerationTool

pslootweg avatar May 15 '17 14:05 pslootweg