-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a non spring boot application, gretty is complaining for spring boot dependency #247
Comments
Hi @dhamep, 1.1.2 to 3.0.6 - that's an upgrade 🙂 So I do not think that So I can confirm that Gretty-the-plugin has a dependency on Spring Boot to provide that dev server functionality and cannot run without that dependency. Maybe that dev server feature came in after 1.1.2, which would explain why this failure you are observing is new. So I would suggest you check the output of buildEnvironment of gretty-sample
When Gradle executes the build script and processes the Gretty plugin application with that Spring Boot dependency on the classpath, the error should disappear. |
I have upgraded the gretty version 1.1.2 to 3.0.6. since then its failing at
Indeed we do have this following setting:
Because of which earlier version 1.1.2 version didn't complains for spring boot dependency. Can you please confirm why this is complaining now? Or any specific version i can use to get rid of this error?
The text was updated successfully, but these errors were encountered: