-
Notifications
You must be signed in to change notification settings - Fork 131
Commit fffeee1
committed
Fix JDK6 build: use http-only repos for JDK6
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 #169.1 parent de1c5f2 commit fffeee1
2 files changed
+13
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + |
0 commit comments