# 如何运行Demo 1. ASMSample项目先注释掉 ```gradle // apply plugin: 'com.geektime.asm-plugin' // classpath ("com.geektime.asm:asm-gradle-plugin:1.0") { changing = true }` ```` 2. 编译和发布asm-gradle-plugin 到本地maven ```bash ./gradlew buildAndPublishToLocalMaven ``` 3. 还原第1步注释掉的插件依赖,即可运行Demo ```bash ./gradlew installDebug ```