Hello CUBA team,
we have encountered a problem with the local Maven repository and the current CUBA Studio in conjunction with BProc.
We have created a sample project with BProc (see mavenlocal-without-mavenlocal.zip). This contained a service that calls a logger.
If we include “mavenLocal()” in the build.gradle as the first entry in repositories, the logger is displayed as not available (see mavenlocal-with-mavenlocal-top.zip):
However, the project can be built and executed via “gradlew build”.
If we set the “mavenLocal()” at the end of repositories (see mavenlocal-with-mavenlocal-bottom.zip) the error does not occur.
If we leave “mavenLocal()” in the build.gradle at the beginning of repositories and delete the directory “1.7.30” in the local Maven directory (~.m2\repositories\org\slf4j\slf4j-api), the error does not occur either.
If we use the CUBA plugin in the current IntelliJ instead of the CUBA Studio, the error does not occur either.
I hope you can understand the error. Until a solution is found, what workaround can you recommend?
Greetings
Andreas