From 337b77aa50db6b4a159795827623d36acccbdcc4 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Fri, 9 Dec 2022 13:19:54 +0100 Subject: Katting (#447) Co-authored-by: nea Co-authored-by: nea Co-authored-by: nea Co-authored-by: nea Co-authored-by: nea Co-authored-by: nea Co-authored-by: nea --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index a93fccfc..04207cf2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -174,6 +174,7 @@ val kotlinDependencyCollectionJar by tasks.creating(Zip::class) { tasks.shadowJar { archiveClassifier.set("dep-dev") + archiveBaseName.set("NotEnoughUpdates") configurations = listOf(shadowImplementation, shadowApi) exclude("**/module-info.class", "LICENSE.txt") dependencies { -- cgit