tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

init.gradle (256B)


      1 // From https://discuss.gradle.org/t/enable-offline-mode-using-gradle-properties/12134/2.
      2 startParameter.offline = true
      3 // Sadly, this doesn't work: see http://stackoverflow.com/a/19686585.
      4 // startParameter.logLevel = org.gradle.api.logging.LogLevel.INFO