This message was deleted.
# community-support
s
This message was deleted.
e
sounds like it could be a network or security configuration issue on your end, as Gradle should be able to fetch https://plugins.gradle.org/m2/com.gradle/gradle-enterprise-gradle-plugin/3.12.3/gradle-enterprise-gradle-plugin-3.12.3.pom (works fine for me)
s
I'm not on a VPN and I've disabled my anti virus
When I clicked on your link it downloaded
Since your link worked and I downloaded : gradle-enterprise-gradle-plugin-3.12.3.pom could I just place the file somewhere to push this forward and get it working
e
no, there are many other files it needs to fetch as well
if it loads fine in your browser then something is preventing Java from working
s
Hmmm... I've uninstalled and re-installed Java a few times now... I'm downloading java from here (using Windows 11 OS (64bit) https://www.oracle.com/java/technologies/downloads/#java11-windows
More specifically this one: x64 MSI Installer158.74 MBhttps://download.oracle.com/java/20/latest/jdk-20_windows-x64_bin.msi (sha256)
Is that at least a correct Java JDK?
And once you got a compatible Java, if it still does not sync, try to build from the command line, including the
--scan
option. If it still does not work, try adding
--refresh-dependencies
. Maybe there was a temporary problem to get the file that Gradle still remembers.