Commit c3710bd
[Gradle] Adjust jvm target diagnostic message
Do not mention that this diagnostic level becomes error in Gradle 8.0
if the build is using Gradle 8.+ versions.
Some users or plugin may downgrade diagnostic level back to warning, and
this line is misleading for the users.
^KT-80096 Verification Pending1 parent 9ad0d48 commit c3710bd
File tree
2 files changed
+11
-2
lines changed- libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle
- plugin/diagnostics
- tasks
2 files changed
+11
-2
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
810 | 818 | | |
811 | 819 | | |
812 | 820 | | |
813 | 821 | | |
814 | | - | |
| 822 | + | |
815 | 823 | | |
816 | 824 | | |
817 | 825 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
0 commit comments