com.graphql-java-generator.graphql-gradle-plugin3
Owner: Etienne SF
graphql-gradle-plugin3 is a Gradle Plugin for GraphQL, based on graphql-java. It accelerates the development for both the client and the server, by generating the Java code. It allows a quicker development when in contract-first approach, by avoiding to code the boilerplate code. The graphql-gradle-plugin3 is compiled against SpringBoot3 and Spring Framework 6.
https://github.com/graphql-java-generator/graphql-gradle-plugin-project
Sources: https://github.com/graphql-java-generator/graphql-gradle-plugin-project.git
Version 2.8 (latest)
2.8
Created 28 August 2024.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.graphql-java-generator.graphql-gradle-plugin3") version "2.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.graphql-java-generator:graphql-gradle-plugin3:2.8") } } apply(plugin = "com.graphql-java-generator.graphql-gradle-plugin3")
- Applying plugins to all subprojects .