Skip to content

Commit 28b10d7

Browse files
committed
Update Loom and fix Gradle deprecation
1 parent b08dfc2 commit 28b10d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
// Set up specific versions of the plugins we're using.
1313
// Note that of all these plugins, only the Architectury plugin needs to be applied.
1414
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
1616

1717
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
1818
}
@@ -42,7 +42,7 @@ tasks {
4242
// Copy the outputs of the tasks...
4343
from(tasks)
4444
// ...into build/libs.
45-
into(buildDir.resolve("libs"))
45+
into(layout.buildDirectory.dir("libs"))
4646
}
4747

4848
// Set up assemble to depend on the collectJars task, so it gets run on gradlew build.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)