We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d778 commit 961747bCopy full SHA for 961747b
neoforge/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
61
jarJar(project(":neoforge", "service"))
62
}
63
64
-val serviceJar = tasks.create<Jar>("serviceJar") {
+val serviceJar = tasks.register<Jar>("serviceJar") {
65
from(configurationCommonServiceJava)
66
from(configurationCommonServiceResources)
67
0 commit comments