Commit 5738e0b
authored
Update Gradle Properties types to be non-nullable (#4136)
Change languageVersion and apiVersion `Property<>`s to use non-nullable types, to be compatible with Gradle 9.
https://docs.gradle.org/9.0.0-milestone-9/userguide/upgrading_version_8.html#kotlin_dsl_now_uses_the_kotlin_language_version_2_1
#40961 parent c9eeee6 commit 5738e0b
File tree
1 file changed
+4
-2
lines changed- dokka-runners/dokka-gradle-plugin/src/main/kotlin/engine/parameters
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
333 | | - | |
| 334 | + | |
334 | 335 | | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| 341 | + | |
340 | 342 | | |
341 | 343 | | |
342 | 344 | | |
343 | 345 | | |
344 | | - | |
| 346 | + | |
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
| |||
0 commit comments