Skip to content

Commit

Permalink
Fix the configuration of selenium-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Nov 30, 2020
1 parent 0c96287 commit a292edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ compileJava {
dependencies {
compileOnly('org.projectlombok:lombok:1.18.12')
annotationProcessor('org.projectlombok:lombok:1.18.12')
implementation ("org.seleniumhq.selenium:selenium-java") {
api ("org.seleniumhq.selenium:selenium-java") {
version {
strictly "${project.property('selenium.version')}"
}
Expand Down

0 comments on commit a292edb

Please sign in to comment.