Skip to content

Draft: Bug 40056: Download .aar and .jar files for all .pom files

boklm requested to merge boklm/tor-browser-build:bug_40056_v2 into master

The process we use to generate gradle-dependencies-list.txt files is often missing .aar and .jar files corresponding to .pom files. To avoid that, we can try to download .aar and .jar files for all .pom files.

This adds some .aar and .jar files that we don't really need, but it should solve #40056.

Closes #40056

Merge request reports