Closed bishoybasily closed 1 year ago
Hello,
As you're using spring boot 3, you must switch to the latest version of the plug-in (2.x), and take care to use ´graphql-gradle-plugin3´. Please read the migration doc, as there may be some impact on your project.
´´´ id "com.graphql_java_generator.graphql-gradle-plugin3" version "2.1b" ´´´
The runtime version is 2.1.
I don't like this complexity, to have to change the plug-in name. But Gradle doesn't isolate plugins from each others, on the contrary of maven. So a specific version of the gradle plug-in is needed.
Please not that I'll release a 2.2 version soon (where the plug-in and runtimes versions will be identical again)
Étienne
Updating it solved the problem, thank you!! I'll be waiting for the 2.2 release. )
The 2.2 version has been release. But I guess you've received a notification.
Hello! I just upgraded the app to Java 17 and spring boot 3 and suddenly this exception started to show up
this is my build.gradle
Is there something wrong with my configuration?
Thanks in advance!