gretty-gradle-plugin / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
129 stars 36 forks source link

Upgrading to 4.0.1 and now getting CONTAINER_JAR_PATTERN error #292

Closed jeffreyschultz closed 1 year ago

jeffreyschultz commented 1 year ago

I upgraded from gretty 3.1.1 and now am getting the following error. Is there more I have to do for this? Is there a JVM version requirement now?

> Task :modules:farmRunWar FAILED

Execution failed for task ':modules:farmRunWar'.
> java.lang.Exception: No such property: CONTAINER_JAR_PATTERN for class: org.eclipse.jetty.webapp.MetaInfConfiguration

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
jeffreyschultz commented 1 year ago

I swear I searched the issues before posting, but apparently it has been mentioned before in closed issues. I must have only searched open issues.

Reading up on those now. I will close if they resolve my issues.