grpc-java/buildscripts
Eric Anderson 9f677a991a buildscripts: Hard-code use of TLSv1.2 for github download
GitHub is now requiring TLS v1.2:
https://githubengineering.com/crypto-removal-notice/

Without this configuration, we see:
iwr : The request was aborted: Could not create SSL/TLS secure channel.
At line:1 char:5
+ & { iwr https://github.com/google/protobuf/archive/v3.5.1.zip -OutFile
protobuf. ...
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:Htt
  pWebRequest) [Invoke-WebRequest], WebException
   + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
  ll.Commands.InvokeWebRequestCommand

Fixes #4120
2018-02-23 13:34:12 -08:00
..
kokoro build: run unit tests on osx, ensure proto output included (#4081) 2018-02-14 16:44:02 -08:00
checkstyle.license Move checkstyle config to buildscripts/ 2017-07-07 17:11:40 -07:00
checkstyle.xml Move checkstyle config to buildscripts/ 2017-07-07 17:11:40 -07:00
jenkins-pre.bat buildscripts: Remove dependency on 7za 2017-12-06 16:31:00 -08:00
make_dependencies.bat buildscripts: Hard-code use of TLSv1.2 for github download 2018-02-23 13:34:12 -08:00
make_dependencies.sh buildscripts: build macos artifacts in kokoro (#4066) 2018-02-14 12:53:11 -08:00
sign-local-repo.sh build: Support uploading releases separately from building 2017-12-14 16:51:14 -08:00
sonatype-upload.sh build: Support uploading releases separately from building 2017-12-14 16:51:14 -08:00