Class ConfigUtil

java.lang.Object
io.freefair.gradle.plugins.lombok.internal.ConfigUtil

public final class ConfigUtil extends Object
  • Method Details

    • getLombokConfigTask

      public static TaskProvider<LombokConfig> getLombokConfigTask(Project project, SourceSet sourceSet)
    • isDisableConfig

      public static Provider<Boolean> isDisableConfig(Project project)
    • resolveConfigFilesForPath

      @Nullable public static Set<File> resolveConfigFilesForPath(File path) throws IOException
      Resolves the Set of configuration files which lombok would use for the given path.

      May return null, if imports are used within the files which could not be resolved.

      Throws:
      IOException