Class HKJChecksExtension
java.lang.Object
org.higherkindedj.gradle.HKJChecksExtension
Configuration for HKJ compile-time checks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<Boolean> Enable Path type mismatch detection.
-
Constructor Details
-
HKJChecksExtension
public HKJChecksExtension()Creates a new checks extension instance.
-
-
Method Details
-
getPathTypeMismatch
Enable Path type mismatch detection. Defaults to true.- Returns:
- the path type mismatch check property
-