Skip to content

Commit

Permalink
Merge pull request #581 from jdai8/fix-docs
Browse files Browse the repository at this point in the history
Fix outdated reference to runtime configuration
  • Loading branch information
johnrengelman authored Jun 15, 2020
2 parents a9f84a7 + 813a4f8 commit ff3c23e
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 ff3c23e

Please sign in to comment.