Issue Using Jooq-codegen-gradle Plugin

2024-06-20 Thread Debapriya Patra
Hello, I am trying to use the Jooq official codegen gradle plugin instead of a third party plugin, but I am having issues. I am getting below error ``` * What went wrong: A problem occurred evaluating script. > Could not resolve all artifacts for configuration 'classpath'. > Could not find o

Re: Issue Using Jooq-codegen-gradle Plugin

2024-06-21 Thread Lukas Eder
Hi, The answer is here: Could not find org.jooq:jooq-codegen-gradle:3.18.17. The plugin was first released in 3.19.0 I hope this helps. On Fri, Jun 21, 2024 at 6:38 AM Debapriya Patra wrote: > Hello, > > I am trying to use the Jooq official codegen gradle plugin instead of a > third party pl

Re: Issue Using Jooq-codegen-gradle Plugin

2024-06-21 Thread Debapriya Patra
Hi, If you look at my gradle code, I have clearly mentioned "org.jooq:jooq-codegen-gradle:3.19.10" . So from where its picking the org.jooq:jooq-codegen-gradle:3.18.17 ? Thanks, On Friday, June 21, 2024 at 12:48:41 AM UTC-7 lukas...@gmail.com wrote: > Hi, > > The answer is here: > Could not

Re: Issue Using Jooq-codegen-gradle Plugin

2024-06-21 Thread Lukas Eder
Well, what about this? Why did you do this? ext { // use jOOQ version defined in Spring Boot jooqVersion = dependencyManagement.importedProperties['jooq.version'] } configurations.classpath { // Enforce the jOOQ configuration XML schema version resolutionStrategy.eachDependency { if (