Skip to content

Commit 0b17547

Browse files
authored
fix: update gradle-compiler-options.md (#4632)
1 parent c6d76f1 commit 0b17547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/gradle/gradle-compiler-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Here is a complete list of options for the Gradle compiler:
245245
| `javaParameters` | Generate metadata for Java 1.8 reflection on method parameters | | false |
246246
| `jvmTarget` | Target version of the generated JVM bytecode | "1.8", "9", "10", ..., "22", "23". Also, see [Types for compiler options](#types-for-compiler-options) | "%defaultJvmTargetVersion%" |
247247
| `noJdk` | Don't automatically include the Java runtime into the classpath | | false |
248-
| `jvmTargetValidationMode` | <list><li>Validation of the [JVM target compatibility](gradle-configure-project.md#check-for-jvm-target-compatibility-of-related-compile-tasks) between Kotlin and Java</li><li>A property for tasks of the `KotlinCompile` type.</li></list> | `WARNING`, `ERROR`, `INFO` | `ERROR` |
248+
| `jvmTargetValidationMode` | <list><li>Validation of the [JVM target compatibility](gradle-configure-project.md#check-for-jvm-target-compatibility-of-related-compile-tasks) between Kotlin and Java</li><li>A property for tasks of the `KotlinCompile` type.</li></list> | `WARNING`, `ERROR`, `IGNORE` | `ERROR` |
249249

250250
### Attributes common to JVM and JavaScript
251251

0 commit comments

Comments
 (0)