We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3198fed commit 300066cCopy full SHA for 300066c
libs/gretty/src/main/groovy/org/akhikhl/gretty/ServletContainerConfig.groovy
@@ -120,7 +120,7 @@ class ServletContainerConfig {
120
servletContainer = servletContainer ?: 'jetty11'
121
def result = configs[servletContainer.toString()]
122
if(!result)
123
- throw new Exception("Unsupported servlet container: $servletContainer")
+ throw new Exception("Unsupported servlet container: $servletContainer. Only ${configs.keySet()} are supported")
124
result
125
}
126
0 commit comments