Skip to content

Remove HTTP repo work-around for JDK6 #281

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
ashawley opened this issue Mar 4, 2019 · 0 comments · Fixed by #290
Closed

Remove HTTP repo work-around for JDK6 #281

ashawley opened this issue Mar 4, 2019 · 0 comments · Fixed by #290

Comments

@ashawley
Copy link
Member

ashawley commented Mar 4, 2019

We changed artifact retrieval to HTTP in #247 for the JDK6 build on Travis. We're probably going to drop 2.11 support in #280, which will make the JDK6 unnecessary. The HTTP part of the build for JDK6 can be ripped out and simplified.

The only release made that used this method was Scala XML 1.1.1 for Scala 2.11 (including the Scala.js 0.6 artifact for 2.11).

Publishing 2.11 builds from JDK6 used HTTPS to bintray, so there were no credentials exposed.

All the other builds are unaffected. They were built on JDK8 and used HTTPS.

@ashawley ashawley added this to the 2.0 milestone Apr 6, 2019
@ashawley ashawley removed this from the 2.0 milestone May 13, 2021
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

Successfully merging a pull request may close this issue.

1 participant