-
Notifications
You must be signed in to change notification settings - Fork 34
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
compatibility with Gradle 9.x #245
Comments
No idea where this class is referenced. It's just standard plugin code. |
https://docs.gradle.org/8.6/userguide/upgrading_version_8.html#java_convention_deprecation forbidden-apis/src/main/groovy/de/thetaphi/forbiddenapis/gradle/ForbiddenApisPlugin.groovy Lines 50 to 51 in 6a42045
You might want to check all |
I am not sure if I have an idea how to fix this. So it could be that I won't have time to fix this for next version coming out with Java 22 next week. Uwe |
I will delay changes to after the Java 22 compatibility release. Sorry. I don't feel this is too urgent. |
Hi, |
Will verify with |
Thanks! I did this already with Jenkins: https://jenkins.thetaphi.de/job/Forbidden-APIs-testonly-GradleLatest-Linux/119/console |
In addition I also changed the code to fetch sourceSets directly from Java extension, if available (after Gradle 7.1). Tis should make it future proof. Normally there should also be a warning poping up, but it isn't. |
See 068b0ca |
Forbiddenapis v3.7 was released a minute ago. |
verified with v3.7 |
gradle/libs.versions.toml
The text was updated successfully, but these errors were encountered: