The Sonar properties for the current Gradle project that are to be passed to the Sonar Runner.
The {@code properties} map is already populated with the defaults provided by Gradle, and can be further manipulated as necessary.Before passing them on to the Sonar Runner, property values are converted to Strings as follows:
- {@code Iterable}s are recursively converted and joined into a comma-separated String.
- All other values are converted to Strings by calling their {@code toString()} method.