com.toasttab.expediter.gradle.TaskWithProjectOutputs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin Show documentation
Show all versions of plugin Show documentation
Check ABI compatibility at build time
package com.toasttab.expediter.gradle
import org.gradle.api.file.Directory
import org.gradle.api.file.RegularFile
import org.gradle.api.provider.ListProperty
interface TaskWithProjectOutputs {
val projectOutputFiles: ListProperty
val projectOutputDirs: ListProperty
}