Skip to content

Commit

Permalink
fix: update 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 b7e237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.filters.*

plugins {
id 'java'
id 'java-library'
id 'idea'
id 'maven-publish'
id 'eclipse'
Expand Down 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 b7e237a

Please sign in to comment.