-
Notifications
You must be signed in to change notification settings - Fork 131
fix jdk6 build #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was referenced Aug 31, 2018
Merged
TLS 1.2 works in Oracle JDK6, just not in openjdk6, see scala/sbt-scala-module#41 |
use http instead of https? 🤔 |
gourlaysama
added a commit
to gourlaysama/scala-parser-combinators
that referenced
this issue
Oct 8, 2018
Workaround the lack of TLS 1.2 support in JDK6 by using http to talk to maven central, as done in scala/scala-xml#247. See scala/sbt-scala-module#41. Fixes scala#169.
gourlaysama
added a commit
to gourlaysama/scala-parser-combinators
that referenced
this issue
Oct 8, 2018
Workaround the lack of TLS 1.2 support in JDK6 by using http to talk to maven central, as done in scala/scala-xml#247. See scala/sbt-scala-module#41. Fixes scala#169.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maven central and Bintray dropped TLS 1.1 support, require TSL 1.2. JDK6 does not support TLS 1.2.
The text was updated successfully, but these errors were encountered: