clairehurst pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 40f79b9c by Nicolas Vigier at 2026-03-05T14:25:35-07:00 TB 44721 [android]: Force running the DependencyTask (oss-licenses-plugin) For some reason gradle thinks the DependencyTask is up-to-date and skips it, causing the LicensesTask to fail due to missing depencies.json file (which should have been generated by the DependencyTask). - - - - - 1 changed file: - mobile/android/fenix/app/build.gradle Changes: ===================================== mobile/android/fenix/app/build.gradle ===================================== @@ -972,4 +972,6 @@ tasks.withType(DependencyTask).configureEach { task -> // make the dependency task depend on its cleanup task. task.dependsOn(tasks.named(cleanUpTaskName)) + + task.outputs.upToDateWhen { false } } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/40f79b9c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/40f79b9c... You're receiving this email because of your account on gitlab.torproject.org.