Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222488 | openjfx11 | Kevin Rushforth | P3 | Closed | Fixed | |
JDK-8222437 | 8u231 | Kevin Rushforth | P3 | Resolved | Fixed | b01 |
The build.gradle build script downloads a number of build dependencies. All but one of them use https. We should fix the remaining instance.
$ grep http: build.gradle
url "http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/"
$ grep http: build.gradle
url "http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/"
- backported by
-
JDK-8222437 Use HTTPS to download all build dependencies
-
- Resolved
-
-
JDK-8222488 Use HTTPS to download all build dependencies
-
- Closed
-
- links to