We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa109c commit 4fe5708Copy full SHA for 4fe5708
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/util/JarPath.kt
@@ -13,6 +13,7 @@ import java.util.zip.ZipFile
13
* We must declare some functions like [kotlin.io.path.deleteExisting] explicitly as they could not
14
* be delegated to [JarPath] type.
15
*/
16
+@Suppress("JavaDefaultMethodsNotOverriddenByDelegation")
17
class JarPath(val path: Path) :
18
JarFile(path.toFile()),
19
Path by path {
0 commit comments