Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jun 20, 2024
1 parent b88fa88 commit aa1f09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'java'
id 'eclipse'
id 'maven-publish'
id 'net.neoforged.gradle' version '[6.0.18,6.2)'
id 'net.neoforged.gradle' version '[6.0.18]'
id 'net.darkhax.curseforgegradle' version '1.+'
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins {
}

rootProject.name = 'common-networking'
include("common", "fabric", "forge", "neoforge")
include("common", "fabric", "forge")

0 comments on commit aa1f09e

Please sign in to comment.