Devskiller / jpa2ddl

JPA Schema Generator Plugin
Apache License 2.0
110 stars 33 forks source link

Issues with Gradle 5.6 #29

Closed hinrik closed 4 years ago

hinrik commented 5 years ago

I'm using Gradle 5.6.2 and running into this issue when trying the jpa2ddl-gradle-plugin:

$ ./gradlew tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/home/hinrik/work/catalog/build.gradle' line: 11

* What went wrong:
A problem occurred evaluating root project 'catalog'.
> Failed to apply plugin [id 'com.devskiller.jpa2ddl']
   > Could not create an instance of type com.devskiller.jpa2ddl.GeneratePluginExtension.
      > Could not generate a decorated class for class com.devskiller.jpa2ddl.GeneratePluginExtension.
         > Lorg/gradle/api/provider/PropertyState;

When I it with --stacktrace it looks like exactly the same problem as https://github.com/melix/jmh-gradle-plugin/issues/110, which is apparently due to a dependency on Gradle 4. Can this plugin be updated?