kotest / kotest-gradle-plugin

A gradle plugin for Kotest
https://kotest.io
Apache License 2.0
30 stars 5 forks source link

Remove deprecated JavaSourceConvention #42

Closed donat closed 9 months ago

donat commented 2 years ago

JavaSourceConvention is deprecated and scheduled for removal in Gradle 9. In Gradle 8 we plan to add a deprecation message. Also, DefaultJavaSourceConvention is an internal API and is subject to change (and will change if https://github.com/gradle/gradle/pull/22086 gets merged). The source sets can already be accessed by using JavaSourceConvention.

https://github.com/kotest/kotest-gradle-plugin/blob/2797165ca8285e0d6dc6065baf463e2dcc525a46/src/main/kotlin/io/kotest/gradle/sourcesets.kt#L54

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Kantis commented 1 year ago

Still actual

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.