vidakovic commented on pull request #1465:
URL: https://github.com/apache/fineract/pull/1465#issuecomment-716795999
@vorburger Can't believe it... it's alive! Was almost giving up hope on this
one... but in the end it kind of made sense that it failed. The problem was the
test classpath. I thought including fineract-provider with "testImplementation
project(':fineract-provider')" would be enough, but didn't take into account
that we are not creating a "normal" JAR artifact in that module! The repackaged
Spring Boot JAR can't be used as a dependency, because the test classloader
doesn't know how to retrieve the fineract-provider classes from there.
Solution: point test dependencies directly to
fineract-provider/build/classes/java/main... voila!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]