Java-related configuration options for the project to be analyzed.
Type | Name and description |
---|---|
String |
sourceCompatibility The source compatibility of the Java code. |
String |
targetCompatibility The target compatibility of the Java code. |
The source compatibility of the Java code. Defaults to project.sourceCompatibility.
The target compatibility of the Java code. Defaults to project.targetCompatibility.