org.gretty
Owner: Brett Randall
Advanced gradle plugin for running web-apps on jetty and tomcat.
https://gretty-gradle-plugin.github.io/gretty-doc/
Sources: https://github.com/${developerId}/gretty
Version 3.0.8
3.0.8
Created 01 June 2022.
Advanced gradle plugin for running web-apps on jetty and tomcat.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gretty") version "3.0.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gretty:gretty:3.0.8") } } apply(plugin = "org.gretty")
- Applying plugins to all subprojects .