You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/13 21:19:10 UTC

[GitHub] [netbeans] sdedic commented on pull request #4499: Initial implementation of (experimental) Dependency API in Gradle

sdedic commented on PR #4499:
URL: https://github.com/apache/netbeans/pull/4499#issuecomment-1214223934

   @lkishalmi The structure in Configuration is just (currently) just a graph, not an unrolled tree, so in "usual" projects it is rather slim. No `ArtifactSpec` structures are created in advance and the graph contains just GAVs of the target nodes. The tree is made only when someone asks for the DependencyResult.


-- 
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-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists