Hello team! pretty new to the gradle world. im won...
# community-support
s
Hello team! pretty new to the gradle world. im wondering how do i achieve this https://discuss.gradle.org/t/get-with-java-using-toolingapi-gradle-dependencies-without-transitivity/37056. i have tried the this sample, but its lists all the dependencies i just want the dev declared dependencies as mentioned in the above query. how do i achieve this? Any help would be appreciated.
@Vampire could you please help me out? is there any to do it with tooling api?
v
Why are you that rude? It is absolutely rude and inappropriate in any usual community (except there are some written rules that allow it) to DM or ping users with questions just because you think they might have an answer. The written rules for this community even forbid it explicitly.
s
Hey i didn’t meant to be rude, i just thought my message might be overlooked since there were many queries after i posted. just wanted to know if its possible to do. Thanks.
v
This is a community of users. I'm a user like you. If I have an answer and want to answer, I do so. If not, then not. I did see your question, I didn't know, so I didn't answer, also for your benefit. Now people see I wrote an answer and might not consider even reading your question, thus I did not answer at all so that maybe someone else who has an answer looks at it. So the only thing you achieved is that it is more unlikely to get an answer. 🤷‍♂️ But yes, it is surely possible. Whether there is something built-in I have no idea. If not, you might need to inject some own model into the build in question to gather the information you then get over the tooling API, but I have no idea how.