|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.sonar.model.SonarJavaSettings
class SonarJavaSettings
Java-related configuration options for the project to be analyzed.
| Property Summary | |
|---|---|
String |
sourceCompatibility
The source compatibility of the Java code. |
String |
targetCompatibility
The target compatibility of the Java code. |
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
@SonarProperty("sonar.java.source")
String sourceCompatibility
@SonarProperty("sonar.java.target")
String targetCompatibility
Gradle API 1.0-rc-3