Skip to content

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

Closed
xuwei-k opened this issue Aug 31, 2018 · 2 comments
Closed

fix jdk6 build #169

xuwei-k opened this issue Aug 31, 2018 · 2 comments

Comments

@xuwei-k
Copy link
Contributor

xuwei-k commented Aug 31, 2018

Maven central and Bintray dropped TLS 1.1 support, require TSL 1.2. JDK6 does not support TLS 1.2.

This was referenced Aug 31, 2018
@ashawley
Copy link
Member

TLS 1.2 works in Oracle JDK6, just not in openjdk6, see scala/sbt-scala-module#41

@xuwei-k
Copy link
Contributor Author

xuwei-k commented Aug 31, 2018

use http instead of https? 🤔
scala/scala-xml#247

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants