JessHolle opened a new issue, #8764: URL: https://github.com/apache/netbeans/issues/8764
### Apache NetBeans version Apache NetBeans 27 ### What happened With Gradle 9 and a web app project (i.e. `apply plugin: 'war'`), NetBeans actually seems to work fine, _but_ continuously shows a project problem to be resolved. The description of this problem is `org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()`. Actually running `clean` and `build` tasks works fine on this project -- including from NetBeans. And I see no usages of this API, nor of any plugins beyond `war` and `maven-publish` is this project. And now I notice the same issue actually on another app project using the latest `com.gradleup.shadow` plugin. And I see no usages of the API in question in my build -- and again the actual build runs just fine. ### Language / Project Type / NetBeans Component Java Gradle Web App Project ### How to reproduce I _think_ this is readily reproducible. If not, then NetBeans at a minimum should provide better feedback here -- since the actual Gradle clean/build works AOK even from within NetBeans. So it is utterly unclear exactly what is failing and from where, i.e. what is triggering execution of this obsolete Gradle API??? ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 ### JDK Java 21 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists