There was an error while loading. Please reload this page.
1 parent a28ab97 commit 936c82aCopy full SHA for 936c82a
1 file changed
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt
@@ -176,7 +176,7 @@ public abstract class ShadowJar : Jar() {
176
* This is related to setting [getDuplicatesStrategy] to [FAIL] but there are some differences:
177
* - It only checks the entries in the shadowed jar, not the input files.
178
* - It works with setting [getDuplicatesStrategy] to any value.
179
- * - It provides a more strict check before the JAR is created.
+ * - It provides a stricter check before the JAR is created.
180
*
181
* Defaults to `false`.
182
*/
0 commit comments