Update NG to fix dependency leaks (#57)

* Update build.gradle

* Update gradle.properties

* Remove `localRuntime`

* Update neo

* Update build.gradle
This commit is contained in:
Spino 2024-05-13 20:09:42 +01:00 committed by GitHub
parent a52ce16c8a
commit dad00053f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.120'
id 'net.neoforged.gradle.userdev' version '7.0.124'
}
version = mod_version

View file

@ -16,9 +16,9 @@ minecraft_version=1.20.6
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20.6,1.21)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=20.6.43-beta
neo_version=20.6.62-beta
# The Neo version range can use any version of Neo as bounds
neo_version_range=[20.5,)
neo_version_range=[20.6,)
# The loader version range can only use the major version of FML as bounds
loader_version_range=[2,)