jdaugherty commented on issue #15531:
URL: https://github.com/apache/grails-core/issues/15531#issuecomment-4190492728
@ricardobocchi From your error:
Cannot select module with conflict on capability
'org.ehcache.modules:ehcache-api:3.10.9' also provided by
['org.ehcache:ehcache:3.10.9' (jakartaRuntimeElements),
'org.ehcache:ehcache:3.10.9' (runtimeElements)]
This tells me that the ehcache-api version you are selecting isn't the
jakarta version. Hence, the error by Gradle. If you correct your selection
(I'm assuming its a transitive dependency) using Jcache should work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]