MankIndX

Results 1 comments of MankIndX

```groovy def isWindows() { return org.gradle.internal.os.OperatingSystem.current().isWindows() } andResGuard { use7zip = isWindows() sevenzip { if (isWindows()) { artifact = 'com.tencent.mm:SevenZip:1.2.21' } } } ``` 可以暂时这样解