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 0e023aaCopy full SHA for 0e023aa
build.gradle
@@ -1,7 +1,7 @@
1
import org.apache.tools.ant.filters.*
2
3
plugins {
4
- id 'java'
+ id 'java-library'
5
id 'idea'
6
id 'maven-publish'
7
id 'eclipse'
@@ -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