No download.oracle.com anymore

> Task :overrideHarness FAILED

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\Robert\Documents\NetBeansProjects\sdk\build.gradle' line: 5
57

* What went wrong:
Execution failed for task ':overrideHarness'.
> Cannot find targetFile: C:\Users\Robert\Documents\NetBeansProjects\sdk\netbean
s\harness\launchers\app.exe

As is to be expected, always some other :poop: is always screwed up.

I saw this thread, but no idea wtf a soft link is /sac but its expected to throw an exception because of course the file does not exist.

Since netbeans is no longer online at oracle, maybe its related? Not sure how to get this file.

          def patch_file = { f ->
            def g = file("harness-override/" + f.getName())
            if (!f.exists()) {
                throw new GradleException('Cannot find targetFile: ' +  f.getAbsolutePath());
            }

No idea where f comes from or how it gets decalared here since I dont use this lambada crap (java is intended to be an expressive language not terse!).

Any ideas?