We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is releated to grails/grails-core#11021
Update the documents at http://docs.grails.org/3.3.4/guide/single.html#supportedJavaEEContainers to reflect which JEE servers we currently support.
As stated in the linked issue:
build.gradle
compile "org.springframework.batch:spring-batch-core:2.2.7.RELEASE"
compile "org.springframework.boot:spring-boot-starter-tomcat"
to
provided "org.springframework.boot:spring-boot-starter-tomcat"
The text was updated successfully, but these errors were encountered:
ddelponte
No branches or pull requests
This issue is releated to grails/grails-core#11021
Update the documents at http://docs.grails.org/3.3.4/guide/single.html#supportedJavaEEContainers to reflect which JEE servers we currently support.
As stated in the linked issue:
Issue grails/grails-core#11021
build.gradle
by addingcompile "org.springframework.batch:spring-batch-core:2.2.7.RELEASE"
results in a deployable war fileHow to build a deployable war file
build.gradle
:to
The text was updated successfully, but these errors were encountered: