Hi there, What failure are you getting? How can this be reproduced? ^
A good way to show how to reproduce things is to base your example off our MCVE template: https://github.com/jOOQ/jOOQ-mcve Thanks, Lukas On Tue, May 19, 2020 at 8:54 PM <[email protected]> wrote: > Hello! This mvn fails for java 14. > Preview is ON in usual build, works without jooq. > Fails with > > <build> > <plugins> > <plugin> > <groupId>org.jooq</groupId> > <artifactId>jooq-codegen-maven</artifactId> > <version>3.13.2</version> > <executions> > <execution> > <phase>generate-sources</phase> > <goals> > <goal>generate</goal> > </goals> > </execution> > </executions> > <configuration> > <jdbc> > <driver>org.postgresql.Driver</driver> > <url>jdbc:postgresql://localhost:5432/postgres</url> > <user>postgres</user> > <password>111111111</password> > </jdbc> > <generator> > <database> > <name>org.jooq.meta.extensions.jpa.JPADatabase</name> > <properties> > <property> > <key>packages</key> > <value>io.x.omain</value> > </property> > <property> > <key>useAttributeConverters</key> > <value>true</value> > </property> > <property> > <key>unqualifiedSchema</key> > <value>none</value> > </property> > </properties> > </database> > </generator> > </configuration> > </plugin> > </plugins> > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/915733a0-a492-4d40-8d40-a768574a6a45%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/915733a0-a492-4d40-8d40-a768574a6a45%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO7exRwjOjLWwCK%3DaCFJm6Lt73gNUoyh56ukSkdk1RFo_A%40mail.gmail.com.
