Skip to content
Discussion options

You must be logged in to vote

Let's see,

  • the plugin runs on java 17, and it does not compile with java 8
  • the code the plugin generates should compile and run fine in java 8
  • you can run the plugin through maven or a cli with jbang

So I guess your best option would be to generate your POJOS/DTOS on a separate project...

  • you can use a maven project running on jdk 17 but targeting java 8 and then import the dependency
  • using jbang/cli on a pipeline may also be an option but I think would be more complex

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivangsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants