Skip to content

Commit 4f29fb1

Browse files
committed
refine
1 parent 2b8ba17 commit 4f29fb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

defensor-gradle-plugin/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id("java-library")
32
kotlin("jvm")
43
`java-gradle-plugin`
54
id("com.gradle.plugin-publish") version "0.16.0"
@@ -13,7 +12,7 @@ dependencies {
1312
compileOnly("com.android.tools.build:gradle:$AGP_VERSION")
1413
compileOnly(kotlin("gradle-plugin", KOTLIN_VERSION))
1514
implementation(gradleApi())
16-
implementation("org.ow2.asm:asm:9.2")
15+
implementation("org.ow2.asm:asm-tree:9.2")
1716
implementation(project(":defensor-stub-android"))
1817
}
1918

0 commit comments

Comments
 (0)