Skip to content

Commit 528c49e

Browse files
committed
updated arch loom and gradle
1 parent 76a33ff commit 528c49e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "maven-publish"
33
id "architectury-plugin" version "3.4-SNAPSHOT"
4-
id "dev.architectury.loom" version "1.3-SNAPSHOT" apply(false)
4+
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply(false)
55
id "com.github.johnrengelman.shadow" version "7.0.0" apply(false)
66
}
77

@@ -26,7 +26,7 @@ subprojects {
2626
}
2727

2828
dependencies {
29-
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
29+
minecraft("com.mojang:minecraft:${rootProject.minecraft_version}")
3030
// The following line declares the mojmap mappings, you may use other mappings as well
3131
mappings loom.layered() {
3232
officialMojangMappings()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)