Update statistics that should be sent to ES
Next properties should be set in gradle.properties or via -D option: systemProp.kotlin.plugin.stat.password systemProp.kotlin.plugin.stat.user systemProp.kotlin.plugin.stat.enabled=true systemProp.kotlin.plugin.stat.label systemProp.kotlin.plugin.stat.endpoint=es_endpoint/index/_doc kotlin.build.report.verbose=true kotlin.build.report.enable=true
This commit is contained in:
@@ -41,6 +41,7 @@ enum class CompilerSystemProperties(val property: String, val alwaysDirectAccess
|
||||
KOTLIN_STAT_ENDPOINT_PROPERTY("kotlin.plugin.stat.endpoint"),
|
||||
KOTLIN_STAT_USER_PROPERTY("kotlin.plugin.stat.user"),
|
||||
KOTLIN_STAT_PASSWORD_PROPERTY("kotlin.plugin.stat.password"),
|
||||
KOTLIN_STAT_LABEl_PROPERTY("kotlin.plugin.stat.label"),
|
||||
|
||||
OS_NAME("os.name", alwaysDirectAccess = true),
|
||||
TMP_DIR("java.io.tmpdir"),
|
||||
|
||||
Reference in New Issue
Block a user