-
Notifications
You must be signed in to change notification settings - Fork 69
Compat isCanBeDeclared usages #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I tested this on Gradle 8.1, and it works but failed for Gradle 7 due to some other infra issues. If you still want the Gradle 7 compatibility, may fix the test matrix and cover it first, or we can ensure this plugin is really compatible. binary-compatibility-validator/src/functionalTest/kotlin/kotlinx/validation/api/TestDsl.kt Line 18 in 14ebd02
|
Thanks for the effort! |
This is an infrastructure issue, I'm checking locally with previous Gradle versions |
Closes #263.