gretty-gradle-plugin / gretty

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

Gretty 4.1.1 requires the `src/main/webapp` path. #298

Open mklinkj opened 1 year ago

mklinkj commented 1 year ago

hello.

In the 3.1.x version, the server didn't fail to start without the src/main/webapp path, but in the 4.1.1 version, the src/main/webapp path must be present for it to run properly.

The following example project uses thymeleaf and does not have a src/main/webapp path because the viewfiles are in src/resources/templates or src/resources/statics.

Is the src/main/webapp path absolutely necessary in Gretty?

thank you have a good day. 👍