gratatouille.processor.names.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gratatouille-processor Show documentation
Show all versions of gratatouille-processor Show documentation
Cook delicious Gradle plugins
The newest version!
package gratatouille.processor
internal val taskName = "taskName"
internal val taskDescription = "taskDescription"
internal val taskGroup = "taskGroup"
internal val outputFile = "outputFile"
internal val classpath = "classpath"
internal val workerExecutor = "getWorkerExecutor"