Commit 28b10d7 1 parent b08dfc2 commit 28b10d7 Copy full SHA for 28b10d7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
// Set up specific versions of the plugins we're using.
13
13
// Note that of all these plugins, only the Architectury plugin needs to be applied.
14
14
id(" architectury-plugin" ) version " 3.4.+"
15
- id(" dev.architectury.loom" ) version " 1.4 .+" apply false
15
+ id(" dev.architectury.loom" ) version " 1.7 .+" apply false
16
16
17
17
id(" com.github.johnrengelman.shadow" ) version " 8.1.1" apply false
18
18
}
@@ -42,7 +42,7 @@ tasks {
42
42
// Copy the outputs of the tasks...
43
43
from(tasks)
44
44
// ...into build/libs.
45
- into(buildDir.resolve (" libs" ))
45
+ into(layout.buildDirectory.dir (" libs" ))
46
46
}
47
47
48
48
// Set up assemble to depend on the collectJars task, so it gets run on gradlew build.
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.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments