All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.toasttab.expediter.gradle.TaskWithProjectOutputs.kt Maven / Gradle / Ivy

There is a newer version: 0.0.22
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy