In case anyone is using gretty, hopefully the fix is obvious, else I'll
downgrade gradle, since 4.0 only has gretty support.
Thanks,
Bill
https://github.com/akhikhl/gretty/issues/413
build.gradle:
|apply plugin: 'war' //apply plugin: 'jetty' apply from:
'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin'
war { archiveName = 'pr.war' webXml = file('src/web.xml') } # added
gretty { servletContainer = 'jetty9' httpPort = 8080 }|
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users