Skip to content

Commit bde15db

Browse files
SergeyPirogovSergeyPirogov
SergeyPirogov
authored and
SergeyPirogov
committed
build gradle fixed for remote module
1 parent 531d2ee commit bde15db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

remote/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ jar {
1414
attributes 'Main-Class': 'org.openqa.grid.selenium.GridLauncherV3'
1515
}
1616

17+
from {
18+
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
19+
}
1720
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
1821
}

0 commit comments

Comments
 (0)