We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
selenium-java
1 parent 0c96287 commit a292edbCopy full SHA for a292edb
build.gradle
@@ -53,7 +53,7 @@ compileJava {
53
dependencies {
54
compileOnly('org.projectlombok:lombok:1.18.12')
55
annotationProcessor('org.projectlombok:lombok:1.18.12')
56
- implementation ("org.seleniumhq.selenium:selenium-java") {
+ api ("org.seleniumhq.selenium:selenium-java") {
57
version {
58
strictly "${project.property('selenium.version')}"
59
}
0 commit comments