Error while replacing jetty plugin to gretty plugin gradle
问题 I have a JAX-RS project which have jetty plugin in gradle. I want to replace jetty plugin with gretty as jetty is not supported in gradle 4 and other versions. I get following errors while running gretty plugin. Execution failed for task ':appRunWar'. java.lang.Exception: com/sun/jersey/spi/inject/InjectableProvider build.gradle code containing jetty plugin apply plugin: 'java' apply plugin: 'war' apply plugin: 'jetty' apply plugin: 'eclipse' jettyRun { httpPort = 8080 reload = 'automatic'