Skip to content

Commit

Permalink
Merge pull request #309 from ljcyu/self_dev
Browse files Browse the repository at this point in the history
provide a clear list of supported containers
  • Loading branch information
boris-petrov authored Sep 6, 2024
2 parents 3198fed + 300066c commit ab80049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ServletContainerConfig {
servletContainer = servletContainer ?: 'jetty11'
def result = configs[servletContainer.toString()]
if(!result)
throw new Exception("Unsupported servlet container: $servletContainer")
throw new Exception("Unsupported servlet container: $servletContainer. Only ${configs.keySet()} are supported")
result
}

Expand Down

0 comments on commit ab80049

Please sign in to comment.