neo4j-contrib / sql2cypher

Experimental SQL to Cypher Transpiler using jooq and cypher-dsl
Apache License 2.0
26 stars 1 forks source link

build: Use jOOQ `version-3.18.0-sql2cypher` for all builds. #28

Closed michael-simons closed 1 year ago

michael-simons commented 1 year ago

Closes #27.

jexp commented 1 year ago

Just realized should we change the version dep. in pom.xml then too?

lukaseder commented 1 year ago

Just realized should we change the version dep. in pom.xml then too?

No, the tag doesn't reference any specific jOOQ version. I'll just keep moving the tag to something more recent once I add new stuff to the jOOQ QOM type that could be useful here. Does that work for you? It's the simplest workaround for breaking builds that I could think of.

lukaseder commented 1 year ago

Of course, in the future, this project here will reference actually released versions. This is all temporary.