gretty Questions
1
I am using Gretty plugin for running web application from Gradle script. Is it possible to select a specific version of jetty container to run? Not just jetty9 vs jetty8, but e.g. 9.2.13.v20150730
...
1
I have a JAX-RS project which have jetty plugin in gradle. I want to replace jetty plugin with gretty as jetty is not supported in gradle 4 and other versions. I get following errors while running ...
Thormora asked 1/5, 2018 at 16:10
1
Solved
I'm using the gretty plugin in Gradle.
It works, I can list the tasks, for example appRun, and execute them.
But the tasks aren't found when I try to add a dependency with
apply plugin 'war'
app...
1
© 2022 - 2024 — McMap. All rights reserved.