[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-148.0a1-16.0-2] TB 44721 [android]: Force running the DependencyTask (oss-licenses-plugin)



Title: GitLab

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:

Changes:

  • mobile/android/fenix/app/build.gradle
    ... ... @@ -972,4 +972,6 @@ tasks.withType(DependencyTask).configureEach { task ->
    972 972
     
    
    973 973
         // make the dependency task depend on its cleanup task.
    
    974 974
         task.dependsOn(tasks.named(cleanUpTaskName))
    
    975
    +
    
    976
    +    task.outputs.upToDateWhen { false }
    
    975 977
     }

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx