Skip to content

Commit

Permalink
Fix typo (#883)
Browse files Browse the repository at this point in the history
Fixing a minor error to increase readability.
  • Loading branch information
vinayakponangi authored Jul 28, 2024
1 parent bbda705 commit 065f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/configuration/dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Shadow configures the default `shadowJar` task to merge all dependencies from the project's `runtimeClasspath` configuration
into the final JAR.
The configurations to from which to source dependencies for the merging can be configured using the `configurations` property
The configurations from which to source dependencies for the merging can be configured using the `configurations` property
of the [`ShadowJar`](http://imperceptiblethoughts.com/shadow/api/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.html) task type.

```groovy
Expand Down

0 comments on commit 065f6ba

Please sign in to comment.