[Gradle] Minor: restore link to page about JVM toolchains in warning text
The link has been accidentally lost during migration of diagnostics to the new infrastructure
This commit is contained in:
committed by
Space Team
parent
da267ba2c8
commit
edbaed0da9
+2
-1
@@ -312,7 +312,8 @@ object KotlinToolingDiagnostics {
|
||||
"""
|
||||
Inconsistent JVM-target compatibility detected for tasks '$javaTaskName' ($targetCompatibility) and '$kotlinTaskName' ($jvmTarget).
|
||||
${if (severity == WARNING) "This will become an error in Gradle 8.0." else ""}
|
||||
Read more: https://kotl.in/gradle/jvm/target-validation
|
||||
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
|
||||
Learn more about JVM-target validation: https://kotl.in/gradle/jvm/target-validation
|
||||
""".trimIndent(),
|
||||
severity
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user