File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
3
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 )
5
5
id " com.github.johnrengelman.shadow" version " 7.0.0" apply(false )
6
6
}
7
7
@@ -26,7 +26,7 @@ subprojects {
26
26
}
27
27
28
28
dependencies {
29
- minecraft " com.mojang:minecraft:${ rootProject.minecraft_version} "
29
+ minecraft( " com.mojang:minecraft:${ rootProject.minecraft_version} " )
30
30
// The following line declares the mojmap mappings, you may use other mappings as well
31
31
mappings loom. layered() {
32
32
officialMojangMappings()
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments