5 lines
125 B
Groovy
5 lines
125 B
Groovy
|
dependencies {
|
||
|
testImplementation testLibs.testcontainers
|
||
|
testImplementation testLibs.testcontainers.junit.jupiter
|
||
|
}
|