Hi there,
Using the lates Gradle version 9.3.1 I get the following error during Gradle initialization:
Could not find method getDependencyProject() for arguments [] on project '...' of type org.gradle.api.internal.artifacts.dependencies.DefaultProjectDependency.
The method seems to be removed from the Gradle codebase whereas it is still used in plugin's version 3.0.10. In main branch of plugin the use of getDependencyProject() seems to be removed. So please consider to publish a new plugin version that works with gradle 9.3.1.
Best regards
Ulrich