Skip to content

Commit 387c1b7

Browse files
committed
build.gradle; fix runFunctionalTest test
Signed-off-by: Bala.FA <[email protected]>
1 parent 18ee781 commit 387c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ project(':functional') {
393393

394394
task runFunctionalTest(type:JavaExec) {
395395
mainClass = 'FunctionalTest'
396-
classpath = testing.suites.test.sources.runtimeClasspath
396+
classpath = sourceSets.main.runtimeClasspath
397397

398398
ext.endpoint = 'https://play.min.io:9000'
399399
if (rootProject.hasProperty('endpoint')) {

0 commit comments

Comments
 (0)