Update proguard version in test
The latest version at this moment (6.2.2) that ignores mutlirelease jar content automatically, e.g. META-INF/versions/9 directory content. Previous versions fail with the error "class [META-INF/versions/9/module-info.class] unexpectedly contains class [module-info]"
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath 'net.sf.proguard:proguard-gradle:6.0.3'
|
||||
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user