Skip to content

Commit

Permalink
Update NG to fix dependency leaks (neoforged#57)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update gradle.properties

* Remove `localRuntime`

* Update neo

* Update build.gradle
  • Loading branch information
Spinoscythe authored May 13, 2024
1 parent a52ce16 commit dad0005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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,)

Expand Down

0 comments on commit dad0005

Please sign in to comment.