Skip to content

Commit

Permalink
Update Gradle version
Browse files Browse the repository at this point in the history
Bump Forge version to 40.2.17
Bump ForgeGradle plugin to 6.0.x

Signed-off-by: Paul Schifferer <[email protected]>
  • Loading branch information
paulyhedral committed Feb 4, 2024
1 parent ab27acd commit 599c4f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.+', changing: true
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.4.0"
classpath "org.ajoberstar.grgit:grgit-gradle:5.2.1"
classpath 'org.parchmentmc:librarian:1.+'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod_id=catherder
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

forge_version=1.18.2-40.2.10
forge_version=1.18.2-40.2.17
mcp_channel=official
mcp_mappings=1.18.2
parchment_version=2022.11.06-1.18.2
Expand All @@ -18,7 +18,7 @@ base_mc_version=1.18
additional_mc_versions=1.18

fml_version_range=[40,)
forge_version_range=[40.2.0,)
forge_version_range=[40.2.17,)
minecraft_version_range=[1.18, 1.19)

curseforge_project_id=580311
Expand All @@ -39,7 +39,7 @@ dt_file_id=3705819
top_file_id=3671753

# Patchouli
ptch_version=1.18.2-67
ptch_version=1.18.2-71.1
ptch_file_id=3729975

# Farmer's Delight
Expand Down
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-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 599c4f6

Please sign in to comment.