Class HKJChecksExtension

java.lang.Object
org.higherkindedj.gradle.HKJChecksExtension

public abstract class HKJChecksExtension extends Object
Configuration for HKJ compile-time checks.
  • Constructor Details

    • HKJChecksExtension

      public HKJChecksExtension()
      Creates a new checks extension instance.
  • Method Details

    • getPathTypeMismatch

      public abstract org.gradle.api.provider.Property<Boolean> getPathTypeMismatch()
      Enable Path type mismatch detection. Defaults to true.
      Returns:
      the path type mismatch check property