Compilation options.
Property | Description |
sourceCompatibility | Language level of the source code. |
targetCompatibility | Version of the generated Java bytecode. |
JavaVersion
sourceCompatibility
Language level of the source code.
Similar to what Gradle Java plugin uses.
JavaVersion
targetCompatibility
Version of the generated Java bytecode.
Similar to what Gradle Java plugin uses.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.