Skip to content

Commit 5ddaef6

Browse files
committed
Fix for running tests on marklogic-unit-test-client
1 parent da8558f commit 5ddaef6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

marklogic-unit-test-client/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ dependencies {
1313
testImplementation "org.junit.jupiter:junit-jupiter:5.7.2"
1414
}
1515

16+
test {
17+
useJUnitPlatform()
18+
}
19+
1620
task sourcesJar(type: Jar, dependsOn: classes) {
1721
classifier 'sources'
1822
from sourceSets.main.allSource

0 commit comments

Comments
 (0)