Skip to content

Commit

Permalink
Update Loom and fix Gradle deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Aug 6, 2024
1 parent b08dfc2 commit 28b10d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
// Set up specific versions of the plugins we're using.
// Note that of all these plugins, only the Architectury plugin needs to be applied.
id("architectury-plugin") version "3.4.+"
id("dev.architectury.loom") version "1.4.+" apply false
id("dev.architectury.loom") version "1.7.+" apply false

id("com.github.johnrengelman.shadow") version "8.1.1" apply false
}
Expand Down Expand Up @@ -42,7 +42,7 @@ tasks {
// Copy the outputs of the tasks...
from(tasks)
// ...into build/libs.
into(buildDir.resolve("libs"))
into(layout.buildDirectory.dir("libs"))
}

// Set up assemble to depend on the collectJars task, so it gets run on gradlew build.
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 28b10d7

Please sign in to comment.