Skip to content

Commit

Permalink
build gradle fixed for remote module
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPirogov authored and SergeyPirogov committed Jan 11, 2017
1 parent 531d2ee commit bde15db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jar {
attributes 'Main-Class': 'org.openqa.grid.selenium.GridLauncherV3'
}

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

0 comments on commit bde15db

Please sign in to comment.