Skip to content

Commit 55c80fa

Browse files
authored
Merge pull request #1796 from BillFarber/task/cleanWarnings
MLE-23026 - Found another Gradle deprecation.
2 parents 5ac668b + c6c2391 commit 55c80fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

marklogic-client-api/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ 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+
// Automatic loading of test framework implementation dependencies is deprecated.
67+
// https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
68+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
69+
6570
}
6671

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

0 commit comments

Comments
 (0)