axeon
11/12/2024, 8:05 AMGradleConnector
, but it feels pretty slow, likely because it still launches a Gradle daemon to process/build the project in the background. What I need is the project's dependencies and source sets. If not, I will likely have to parse it using regex but that would be a pain to implement.Vampire
11/12/2024, 8:32 AMaxeon
11/12/2024, 8:38 AMVampire
11/12/2024, 8:53 AMaxeon
11/12/2024, 8:54 AMaxeon
11/12/2024, 8:56 AMaxeon
11/12/2024, 9:04 AMhfhbd
11/12/2024, 9:17 AMaxeon
11/12/2024, 9:22 AMhfhbd
11/12/2024, 9:31 AMVampire
11/12/2024, 10:12 AMhfhbd
11/12/2024, 10:40 AMaxeon
11/12/2024, 10:41 AMVampire
11/12/2024, 10:42 AMaxeon
11/12/2024, 10:45 AMVampire
11/12/2024, 10:45 AMVampire
11/12/2024, 10:45 AMaxeon
11/12/2024, 10:48 AMVampire
11/12/2024, 10:49 AMaxeon
11/12/2024, 11:01 AMgradle dependencies --configuration implementation -q
axeon
11/12/2024, 11:02 AMhfhbd
11/12/2024, 11:03 AMaxeon
11/12/2024, 11:08 AMaxeon
11/12/2024, 11:09 AMaxeon
11/12/2024, 11:09 AMVampire
11/12/2024, 12:14 PMVampire
11/12/2024, 12:14 PMdependencies
task using the tooling API and parse the result, but ask via the tooling API "give me the dependencies" just like IDEs are doing it.axeon
11/12/2024, 12:15 PMIdeaProject
model to achieve thataxeon
11/12/2024, 12:15 PMVampire
11/12/2024, 12:23 PM