Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created May 17, 2019 08:42
Show Gist options
  • Save cdsap/d5d5959e0e047e21308120c0bb6cf4b0 to your computer and use it in GitHub Desktop.
Save cdsap/d5d5959e0e047e21308120c0bb6cf4b0 to your computer and use it in GitHub Desktop.
AbstractTask
abstract class TaskProducer : DefaultTask() {
@get:OutputDirectory
abstract val output : DirectoryProperty
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment