1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Documentation for the properties.

This commit is contained in:
Cedric Beust 2015-11-15 12:36:48 -08:00
parent bebd088195
commit bb6f9e115f
3 changed files with 28 additions and 14 deletions

View file

@ -26,7 +26,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
open val jvmCompiler: JvmCompiler) : BasePlugin() {
companion object {
@ExportedProjectProperty
@ExportedProjectProperty(doc = "The location of the build directory", type = "String")
const val BUILD_DIR = "buildDir"
const val TASK_CLEAN = "clean"