1
0
mirror of https://github.com/chylex/Minecraft-Window-Title.git synced 2025-05-07 10:34:04 +02:00

Revert to Gradle 7 and ForgeGradle 5

This commit is contained in:
chylex 2023-06-13 15:17:49 +02:00
parent cb81efe63b
commit 8190b1e1c1
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
3 changed files with 4 additions and 6 deletions

View File

@ -15,7 +15,7 @@ buildscript {
}
dependencies {
classpath(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "[6.0,6.2)")
classpath(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "5.1.+") { isChanging = true }
classpath(group = "org.spongepowered", name = "mixingradle", version = "0.7-SNAPSHOT")
}
}
@ -41,8 +41,6 @@ dependencies {
configure<UserDevExtension> {
mappings("official", minecraftVersion)
copyIdeResources.set(true)
runs {
create("client") {
taskName = "Client"

View File

@ -10,9 +10,9 @@ modIssuesURL=https://github.com/chylex/Minecraft-Window-Title/issues
# Dependencies
minecraftVersion=1.20
#forgeVersion=46.0.1
forgeVersion=46.0.1
fabricVersion=0.14.21
loomVersion=1.2
loomVersion=1.1
mixinVersion=0.8.5
# Constraints

View File

@ -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-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists