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:
parent
bebd088195
commit
bb6f9e115f
3 changed files with 28 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue