From 813a4f856a9f7f834af54419d85328f6171670d7 Mon Sep 17 00:00:00 2001 From: Jack Dai Date: Thu, 4 Jun 2020 12:37:53 -0700 Subject: [PATCH] Fix outdated docs --- src/docs/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/getting-started/README.md b/src/docs/getting-started/README.md index bdfb6d886..e5d3c8aa7 100644 --- a/src/docs/getting-started/README.md +++ b/src/docs/getting-started/README.md @@ -37,7 +37,7 @@ following behavior: * Adds a `shadowJar` task to the project. * Adds a `shadow` configuration to the project. * Configures the `shadowJar` task to include all sources from the project's `main` sourceSet. -* Configures the `shadowJar` task to bundle all dependencies from the `runtime` configuration. +* Configures the `shadowJar` task to bundle all dependencies from the `runtimeClasspath` configuration. * Configures the _classifier_ attribute of the `shadowJar` task to be `'all'` . * Configures the `shadowJar` task to generate a `Manifest` with: * Inheriting all configuration from the standard `jar` task.