You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally wrote a custom Ant Task to handle setting the right cookies and headers to download the JRE and JDK from Oracle when used with Java 8. It's no longer necessary with AdoptOpenJDK and OpenJFX, so the code can be removed. (No logins required, only JDK supported.)
Also, with JDK 11.0.9.1, it was necessary to add nasty hacks because the version had an extra .1, so this vestigial code is even uglier than before.
Fixing this later so it doesn't hold up alpha 3…
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: benfry
I originally wrote a custom Ant Task to handle setting the right cookies and headers to download the JRE and JDK from Oracle when used with Java 8. It's no longer necessary with AdoptOpenJDK and OpenJFX, so the code can be removed. (No logins required, only JDK supported.)
Also, with JDK 11.0.9.1, it was necessary to add nasty hacks because the version had an extra .1, so this vestigial code is even uglier than before.
Fixing this later so it doesn't hold up alpha 3…
The text was updated successfully, but these errors were encountered: