MCreator制作Spigot插件构造错误

RT,我使用MCreator 2022.1试图制作Spigot插件,结果显示Gradle错误了,错误信息如下:

Executing Gradle task: buildLatestSpigot
Build info: MCreator 2022.1.20510, spigot-1.18.2, 64-bit, 8093 MB, Windows 10, JVM 17.0.1, JAVA_HOME: D:\Program Files\Pylo\MCreator2022.1\jdk, started on: 2022-09-28-20:41:02
 
> Task :buildLatestSpigot
Download https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
> Task :buildLatestSpigot FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildLatestSpigot'.
> java.net.SocketTimeoutException: Read timed out
* 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 3m 15s
1 actionable task: 1 executed
 
BUILD FAILED
Task completed in 3 minutes and 15 seconds

我关闭了Windows防火墙,可是依旧不可以。