-
Bug
-
Resolution: Fixed
-
P3
-
jfx11, jfx12, 8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222437 | 8u231 | Kevin Rushforth | P3 | Resolved | Fixed | b01 |
JDK-8222488 | jfx11.0.3 | Kevin Rushforth | P3 | Closed | Fixed |
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