From c61e280812c08c350954713329c791d8b3194be9 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 13 Jul 2024 07:17:02 +0800 Subject: [PATCH] Correct destinationDir in doc --- src/docs/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/configuration/README.md b/src/docs/configuration/README.md index 8aa752a82..5c17a92ee 100644 --- a/src/docs/configuration/README.md +++ b/src/docs/configuration/README.md @@ -13,7 +13,7 @@ details. ## Configuring Output Name -Shadow configures the default `shadowJar` task to set the output JAR's `destinationDir`, `archiveBaseName`, `appendix`, +Shadow configures the default `shadowJar` task to set the output JAR's `destinationDirectory`, `archiveBaseName`, `appendix`, `archiveVersion`, and `extension` to the same default values as Gradle does for all `Jar` tasks. Additionally, it configures the `archiveClassifier` to be `all`.