Micronaut documentation says:
For test resources which make use of Testcontainers, you may extend the base AbstractTestContainersProvider class.
My question is: how to add this class properly to the classpath of the test resources sourceset (I am using Gradle)