mirror of
https://github.com/chylex/Minecraft-Window-Title.git
synced 2025-05-31 08:34:10 +02:00
Revert to Gradle 7 and ForgeGradle 5
This commit is contained in:
parent
cb81efe63b
commit
8190b1e1c1
@ -15,7 +15,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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")
|
classpath(group = "org.spongepowered", name = "mixingradle", version = "0.7-SNAPSHOT")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -41,8 +41,6 @@ dependencies {
|
|||||||
configure<UserDevExtension> {
|
configure<UserDevExtension> {
|
||||||
mappings("official", minecraftVersion)
|
mappings("official", minecraftVersion)
|
||||||
|
|
||||||
copyIdeResources.set(true)
|
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
create("client") {
|
create("client") {
|
||||||
taskName = "Client"
|
taskName = "Client"
|
||||||
|
@ -10,9 +10,9 @@ modIssuesURL=https://github.com/chylex/Minecraft-Window-Title/issues
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
minecraftVersion=1.20
|
minecraftVersion=1.20
|
||||||
#forgeVersion=46.0.1
|
forgeVersion=46.0.1
|
||||||
fabricVersion=0.14.21
|
fabricVersion=0.14.21
|
||||||
loomVersion=1.2
|
loomVersion=1.1
|
||||||
mixinVersion=0.8.5
|
mixinVersion=0.8.5
|
||||||
|
|
||||||
# Constraints
|
# Constraints
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user