You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this, tested locally, and everything runs without warning. After following the migration guide, a method introduced with Gradle API 8.11 is used, and I am still confused why the compatibility tests for Gradle 7.4 succeed. I now wait for a reply from the Gradle community how this is even possible before merging the change.
Gradle reports that "The ProjectDependency.getDependencyProject() method has been deprecated." in the plugin org.beryx.jlink.
The migration guide points to https://docs.gradle.org/8.11.1/userguide/upgrading_version_8.html#deprecate_get_dependency_project.
This warning shows on Gradle 8.11.1 at the very least.
The text was updated successfully, but these errors were encountered: