Plugin [id: 'net.neoforged.gradle.userdev', version: '7.0.152'] was not found in any of the following sources

Plugin [id: 'net.neoforged.gradle.userdev', version: '7.0.152'] was not found in any of the following sources:

* Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
* Included Builds (No included builds contain this plugin)
* Plugin Repositories (could not resolve plugin artifact 'net.neoforged.gradle.userdev:net.neoforged.gradle.userdev.gradle.plugin:7.0.152')
Searched in the following repositories:
MavenLocal(file:/Users/myuser/.m2/repository)
Gradle Central Plugin Repository
maven(https://maven.neoforged.net/releases)
* Try:

> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org/.

**BUILD FAILED in 24m 5s BUILD FAILED Task completed in 24 minutes and 5 seconds**

I’m not sure what’s happening here, and I’d like some help, if there are information required to figure something out I’ll try to give

The plugin it complains in the version it complains about is present in one of the repositories it says it looked for it.

This usually means, that it is some problem with your network like a firewall or anti-virus intervening, or the need for a proxy to access the outworld but you not having configured that proxy for Gradle.
It might help to look at the --info or --debug output, together with --refresh-dependencies to make sure Gradle does not remember the non-find, to maybe see what is returned for those requests.

As an additional datapoint, here the plugin resolves just fine.