gradle idea 设置hotswap By bigsuperangel Published 2016-06-12 Contents 12345678910111213141516apply plugin: 'jetty'jettyRun { reload = "automatic" scanIntervalSeconds = 1}task watchfiles { inputs.files 'src' doLast { compileJava }}watchfiles.finalizedBy compileJava