[repo] Update the shadow version to 8.1.1 release

https://github.com/johnrengelman/shadow/releases/tag/8.1.1
This commit is contained in:
Yahor Berdnikau
2023-08-04 12:31:08 +02:00
committed by Space Team
parent c701677e45
commit 380062c511
15 changed files with 89 additions and 81 deletions
@@ -74,10 +74,9 @@ dependencies {
implementation(libs.spdx.gradlePlugin)
implementation(libs.dexMemberList)
implementation(libs.shadow.gradlePlugin) {
// https://github.com/johnrengelman/shadow/issues/807
exclude("org.ow2.asm")
}
// Keep in mind https://github.com/johnrengelman/shadow/issues/807 issue as shadow plugin brings transitively "org.ow2.asm" dependency,
// which could conflict with a version in Kotlin compiler brought by KGP.
implementation(libs.shadow.gradlePlugin)
implementation(libs.proguard.gradlePlugin)
implementation(libs.jetbrains.ideaExt.gradlePlugin)