Skip to content

Commit

Permalink
Merge pull request #203 from wangyupeng1-iri/master
Browse files Browse the repository at this point in the history
Automatic installation plugin
  • Loading branch information
erhu authored Jul 14, 2017
2 parents 182a27d + 590a3f8 commit ea44394
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ public class ReClassPlugin implements Plugin<Project> {
def installPluginTask = project.task(installPluginTaskName)

installPluginTask.doLast {
//generate json
pluginDebugger.startHostApp()
pluginDebugger.uninstall()
pluginDebugger.forceStopHostApp()
pluginDebugger.startHostApp()
pluginDebugger.install()
}
installPluginTask.group = AppConstant.TASKS_GROUP
Expand Down

0 comments on commit ea44394

Please sign in to comment.