Class KotlinDslModelsParameters
java.lang.Object
org.gradle.tooling.model.kotlin.dsl.KotlinDslModelsParameters
Parameters for Kotlin DSL models.
- Since:
- 6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe classpath mode system property declaration.static final StringThe classpath mode system property value.static final StringThe correlation id gradle property name.static final StringThe preparation task name.static final StringThe provider mode system property name.static final StringThe strict classpath mode system property declaration.static final StringThe strict classpath mode system property value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREPARATION_TASK_NAME
-
CORRELATION_ID_GRADLE_PROPERTY_NAME
The correlation id gradle property name.- Since:
- 6.0
- See Also:
-
PROVIDER_MODE_SYSTEM_PROPERTY_NAME
The provider mode system property name.- Since:
- 6.0
- See Also:
-
CLASSPATH_MODE_SYSTEM_PROPERTY_VALUE
The classpath mode system property value.- Since:
- 6.0
- See Also:
-
STRICT_CLASSPATH_MODE_SYSTEM_PROPERTY_VALUE
The strict classpath mode system property value.- Since:
- 6.0
- See Also:
-
CLASSPATH_MODE_SYSTEM_PROPERTY_DECLARATION
The classpath mode system property declaration.- Since:
- 6.0
- See Also:
-
STRICT_CLASSPATH_MODE_SYSTEM_PROPERTY_DECLARATION
The strict classpath mode system property declaration.- Since:
- 6.0
- See Also:
-
-
Constructor Details
-
KotlinDslModelsParameters
public KotlinDslModelsParameters()
-