Update asm version to 7.0.1 everywhere
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ extra["intellijUltimateEnabled"] = intellijUltimateEnabled
|
||||
extra["intellijSeparateSdks"] = intellijSeparateSdks
|
||||
|
||||
extra["IntellijCoreDependencies"] =
|
||||
listOf(if (Platform[191].orHigher()) "asm-all-7.0" else "asm-all",
|
||||
listOf(if (Platform[191].orHigher()) "asm-all-7.0.1" else "asm-all",
|
||||
"guava",
|
||||
"jdom",
|
||||
"jna",
|
||||
|
||||
@@ -99,7 +99,7 @@ dependencies {
|
||||
compile("com.jakewharton.dex:dex-method-list:3.0.0")
|
||||
|
||||
compile("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
|
||||
compile("org.jetbrains.intellij.deps:asm-all:7.0")
|
||||
compile("org.jetbrains.intellij.deps:asm-all:7.0.1")
|
||||
|
||||
compile("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.4.2")
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
val kotlinpAsmVersion = "7.0"
|
||||
val kotlinpAsmVersion = "7.0.1"
|
||||
|
||||
val shadows by configurations.creating
|
||||
|
||||
|
||||
Reference in New Issue
Block a user