chore: update NeoGradle issue link

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-01 12:11:41 +01:00
parent 86cad8b5d8
commit 0a4cbb8410
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -83,7 +83,7 @@ def version_from_build_system_installer(
and forge_lib.name.classifier == "universal"
):
# WORKAROUND: Early NeoForge 20.2 versions have an invalid version for universal jars. Instead of 1.20.2-20.2.20-beta it should just be 20.2.20-beta
# See https://github.com/neoforged/NeoForge/issues/228
# See https://github.com/neoforged/NeoGradle/issues/23
download_name = forge_lib.name
if version.artifact == "neoforge":
download_name = deepcopy(forge_lib.name)