Skip to content

Commit

Permalink
Fix outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdai8 committed Jun 4, 2020
1 parent 4de0843 commit 813a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 813a4f8

Please sign in to comment.