aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index da4183b..734083b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -85,9 +85,6 @@ tasks.shadowJar {
println("Config: ${it.files}")
}
}
-
- // If you want to include other dependencies and shadow them, you can relocate them in here
- fun relocate(name: String) = relocate(name, "com.examplemod.deps.$name")
}
tasks.assemble.get().dependsOn(tasks.remapJar)