Very well, I already migrated the whole project to Gradle, what I need is the following, it is something basic, then from there I will do more things, but I need to be able to overwrite, the DelegatedClientAuthenticationHandler.java, and I do not, add a log, that is, I need be able to modify it as i need, but i must, so create name space in my project: cas/src/main/java/org/apereo/cas/support/pac4j/authentication/handler/support
The same structure that is in CAS, then I have the original DelegatedClientAuthenticationHandler.java there, and I should be able to modify it at ease, but I have not been able to resolve the dependencies, even though I add them in my build.gradle
My build.gradle file, and show the dependencies that I add here.
As you can see, I can't compile the java, since the dependencies are broken
Could you guide me a bit how to do to be able to overwrite that java?
Stay tuned
Thank you very much in advance