Add missing zipSigner() dependency

This commit is contained in:
Jakub Chrzanowski 2024-07-15 09:05:14 +02:00
parent 381a2347f6
commit 4a6cef52ae
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -48,6 +48,7 @@ dependencies {
instrumentationTools()
pluginVerifier()
zipSigner()
testFramework(TestFrameworkType.Platform)
}
}