File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ in the `java` extension or task cause JVM target incompatibility. For example:
185
185
the ` compileKotlin ` task has ` jvmTarget=1.8 ` , and
186
186
the ` compileJava ` task has (or [ inherits] ( https://docs.gradle.org/current/userguide/java_plugin.html#sec:java-extension ) ) ` targetCompatibility=15 ` .
187
187
188
- Configure the behavior of this check for the whole project by setting the ` kotlin.jvm.target.validation.mode ` property in the ` build. gradle(.kts) `
188
+ Configure the behavior of this check for the whole project by setting the ` kotlin.jvm.target.validation.mode ` property in the ` gradle.properties `
189
189
file to:
190
190
191
191
* ` error ` – the plugin fails the build; the default value for projects on Gradle 8.0+.
You can’t perform that action at this time.
0 commit comments