Pgroonga module for testcontainers
Add it in your root build.gradle
at the end of repositories:
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.frog-development:testcontainers-pgroonga:1.1.2'
}
// TODO