Skip to content

Commit f2d0ceb

Browse files
committed
MLE-23004 - Found another Gradle deprecation.
1 parent 5ac668b commit f2d0ceb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

marklogic-client-api/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ dependencies {
6262
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
6363
testImplementation 'com.opencsv:opencsv:5.10'
6464
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
65+
66+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
67+
6568
}
6669

6770
// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified

0 commit comments

Comments
 (0)