Closed gjvoosten closed 3 years ago
Ok, noted.
I thought that using gradlew would avoid that.
I'll check it.
Hello,
I published the 1.14.1 yesterday, that solves this issue.
One issue remain in this version: you must use the Gradle wrapper to build the project, when using the Schema Personalization feature (server side only). There is a strange bug when loading a JSON schema. It's solved on the master branch, and the correction will be available in the next release.
Etienne
@etienne-sf Thanks, 1.14.1 works like a charm for me (we only use the client code generator).
I just released the 1.14.2, that solves the last issue with gradle 7.
Étienne
With Gradle 7 (just out), I get this error:
This probably eventually boils down to https://github.com/graphql-java-generator/graphql-maven-plugin-project/blob/master/graphql-maven-plugin-logic/src/main/java/com/graphql_java_generator/plugin/conf/CommonConfiguration.java#L143 so it may need an override in e.g. https://github.com/graphql-java-generator/graphql-gradle-plugin-project/blob/master/graphql-gradle-plugin/src/main/java/com/graphql_java_generator/gradleplugin/CommonExtension.java