I am trying to apply a plugin (Gradle - Plugin: org.hibernate.build.xjc-jakarta) but get an error that is cryptic to me and I am not sure how to resolve:
* What went wrong:
A problem occurred evaluating project ':hibernate-core-jakarta-work'.
> Could not create task ':hibernate-core-jakarta-work:xjcCfg'.
> Could not create task of type 'XjcTask'.
> Could not generate a decorated class for type XjcTask.
> Cannot have abstract method GroovyObject.getProperty().
I’m not sure what “Cannot have abstract method GroovyObject.getProperty()” means. This is literally a copy of a plugin I have been using for years (switching from Java EE to Jakarta EE).