Skip to content

Commit 936c82a

Browse files
authored
Fix typo
1 parent a28ab97 commit 936c82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks

src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public abstract class ShadowJar : Jar() {
176176
* This is related to setting [getDuplicatesStrategy] to [FAIL] but there are some differences:
177177
* - It only checks the entries in the shadowed jar, not the input files.
178178
* - It works with setting [getDuplicatesStrategy] to any value.
179-
* - It provides a more strict check before the JAR is created.
179+
* - It provides a stricter check before the JAR is created.
180180
*
181181
* Defaults to `false`.
182182
*/

0 commit comments

Comments
 (0)