Maintained by aalmiray
Advanced gradle plugin for running web-apps on jetty-7/servlet-API-2.5, jetty-8/servlet-API-3.0 and jetty-9/servlet-API-3.1.0.
| Website | https://github.com/akhikhl/gretty |
|---|---|
| Author | akhikhl |
| Version | 0.0.15 |
Setting up Gretty:
buildscript {
repositories { jcenter() }
dependencies {
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.15'
}
}
apply plugin: 'war'
apply plugin: 'gretty'
You may also define a more specific Jetty container with
apply plugin: 'gretty7'apply plugin: 'gretty8'apply plugin: 'gretty9'