From 2297be65c50d36916e6efc690ad297a149590e1f Mon Sep 17 00:00:00 2001 From: Abhiram555 <63419731+Sasuke449@users.noreply.github.com> Date: Thu, 19 Jan 2023 03:57:35 +0530 Subject: Fixed issue #81 (#82) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove the useless relocation in gradle * Implement the getMods command * Update src/main/java/de/torui/coflsky/commands/models/ModListData.java Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com> --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) (limited to 'build.gradle.kts') 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) -- cgit