Skip to content

Commit a8e441d

Browse files
author
bsp
committed
fix bug
1 parent 36b0573 commit a8e441d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/com/brucesharpe/gradle/hibeaver/InjectTransform.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public class InjectTransform extends Transform {
8888

8989
def paths = [android.bootClasspath.get(0).absolutePath/*, injectClassPath*/]
9090
paths.addAll(classPaths)
91-
InjectUtil.initClassPathList(paths)
9291
/**遍历输入文件*/
9392
inputs.each { TransformInput input ->
9493
/**

0 commit comments

Comments
 (0)