Tony Robalik

Results 397 comments of Tony Robalik
trafficstars

Thanks for the issue! I am aware of that problem and it has been fixed on `main` already -- but I haven't published a new release with that fix. I...

I think that other configuration you create needs to have some metadata attached to it. If you provide a reproducer I can take a look and see if there's something...

I've just resolved [another issue](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1159) that looks at least superficially similar. Could you try the latest snapshot (wait at least an hour from when I post this message)?

Alright, thanks! Looks like something that might be Android-specific.

I haven't investigated this area in a while. It is my understanding that RELATIVE is only relative to the project directory. Oftentimes these jars are in the Gradle User Home...

I don't understand the problem with `NONE`. It was my understanding that this instructs Gradle that the path to the file doesn't matter, and that the only thing we care...

> It seems there are some intermediate outputs in json that contain absolute paths. I guess we need to change those to be relative paths and then we should be...

> It makes sense, although the input name `classpathArtifactFiles` is misleading. This is a fair critique!