public abstract class CodegenPluginExtension
extends java.lang.Object
| Constructor and Description |
|---|
CodegenPluginExtension() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getClientCoreConventionsEnabled() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getClientCoreScope()
Describes the configuration/scope that the client-core library is going to be added to.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getClientCoreVersion() |
public abstract org.gradle.api.provider.Property<java.lang.Boolean> getClientCoreConventionsEnabled()
public abstract org.gradle.api.provider.Property<java.lang.String> getClientCoreVersion()
public abstract org.gradle.api.provider.Property<java.lang.String> getClientCoreScope()
ClientUtilsConventions.GRADLE_CLASSPATH_CONFIGURATION