Skip to content

Commit

Permalink
Remove usage of functions deprecated since Gradle 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Feb 11, 2025
1 parent 002d778 commit 961747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
jarJar(project(":neoforge", "service"))
}

val serviceJar = tasks.create<Jar>("serviceJar") {
val serviceJar = tasks.register<Jar>("serviceJar") {
from(configurationCommonServiceJava)
from(configurationCommonServiceResources)

Expand Down

0 comments on commit 961747b

Please sign in to comment.