diff options
author | Abhiram555 <63419731+Sasuke449@users.noreply.github.com> | 2023-01-19 03:57:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 23:27:35 +0100 |
commit | 2297be65c50d36916e6efc690ad297a149590e1f (patch) | |
tree | 075f9ef1e705dad32780967e972c24f5278ef46d /build.gradle.kts | |
parent | 701ee2bd3ad9c786bb966616e45b6d46b3362a64 (diff) | |
download | COFL-2297be65c50d36916e6efc690ad297a149590e1f.tar.gz COFL-2297be65c50d36916e6efc690ad297a149590e1f.tar.bz2 COFL-2297be65c50d36916e6efc690ad297a149590e1f.zip |
Fixed issue #81 (#82)
* 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>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
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) |