Class CodegenPluginExtension

java.lang.Object
com.netflix.graphql.dgs.codegen.gradle.CodegenPluginExtension

public abstract class CodegenPluginExtension extends Object
  • Constructor Details

    • CodegenPluginExtension

      public CodegenPluginExtension()
  • Method Details

    • getClientCoreConventionsEnabled

      public abstract org.gradle.api.provider.Property<Boolean> getClientCoreConventionsEnabled()
    • getClientCoreVersion

      public abstract org.gradle.api.provider.Property<String> getClientCoreVersion()
    • getClientCoreScope

      public abstract org.gradle.api.provider.Property<String> getClientCoreScope()
      Describes the configuration/scope that the client-core library is going to be added to. It defaults to ClientUtilsConventions.GRADLE_CLASSPATH_CONFIGURATION