Skip to content

Commit

Permalink
Update Gradle and ForgeGradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 29, 2024
1 parent 52909d7 commit 7f67924
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog/build.gradle.kts
@@ -1,7 +1,7 @@
import se.bjurr.gitchangelog.plugin.gradle.GitChangelogTask

plugins {
id("se.bjurr.gitchangelog.git-changelog-gradle-plugin") version("1.71.4")
id("se.bjurr.gitchangelog.git-changelog-gradle-plugin") version("1.77.2")
}

// gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle.kts
Expand Up @@ -6,7 +6,7 @@ plugins {
idea
eclipse
`maven-publish`
id("net.minecraftforge.gradle") version("5.1.+")
id("net.minecraftforge.gradle") version("[6.0,6.2)")
id("org.parchmentmc.librarian.forgegradle") version("1.+")
id("net.darkhax.curseforgegradle") version("1.0.8")
}
Expand Down
2 changes: 1 addition & 1 deletion ForgeApi/build.gradle.kts
@@ -1,7 +1,7 @@
plugins {
java
`maven-publish`
id("net.minecraftforge.gradle") version ("5.1.+")
id("net.minecraftforge.gradle") version("[6.0,6.2)")
id("org.parchmentmc.librarian.forgegradle") version ("1.+")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7f67924

Please sign in to comment.