Class CodegenPluginExtension
java.lang.Object
com.netflix.graphql.dgs.codegen.gradle.CodegenPluginExtension
Configuration for adding the client core dependency.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodegenPluginExtension
public CodegenPluginExtension()Enabled by default
-
-
Method Details
-
getClientCoreConventionsEnabled
- Returns:
- Enable adding client core dependency
-
getClientCoreVersion
- Returns:
- Version of the client core library to add
-
getClientCoreScope
Describes the configuration/scope that the client-core library is going to be added to.- Returns:
- Scope of the added dependency. Defaults to
ClientUtilsConventions.GRADLE_CLASSPATH_CONFIGURATION
-