=> The "sonar.language" property should be available in the
Configuration>Settings>Global tab to define the default
project language
project = false,
global = true,
category = CoreProperties.CATEGORY_GENERAL),
+ @Property(
+ key = CoreProperties.PROJECT_LANGUAGE_PROPERTY,
+ defaultValue = Java.KEY,
+ name = "Default language",
+ description = "Default language of the source code to analyse.",
+ project = false,
+ global = true,
+ category = CoreProperties.CATEGORY_GENERAL),
@Property(
key = CoreProperties.CORE_COVERAGE_PLUGIN_PROPERTY,
defaultValue = "jacoco",