Interface PatcherExtension.PatcherSources

Enclosing interface:
PatcherExtension

public static interface PatcherExtension.PatcherSources
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.file.RegularFileProperty
     
    org.gradle.api.file.DirectoryProperty
     
    org.gradle.api.file.DirectoryProperty
     
  • Method Details

    • getClean

      org.gradle.api.file.RegularFileProperty getClean()
    • getPatches

      org.gradle.api.file.DirectoryProperty getPatches()
    • getOutput

      org.gradle.api.file.DirectoryProperty getOutput()