Add Local Jar File to gradle subproject

I have a local jar to add to a spring boot project to test a dependency bug . I use gradle 6.5

The solution proposed here is not working java - How to add local .jar file dependency to build.gradle file? - Stack Overflow