Skip to content

Commit a292edb

Browse files
authored
1 parent 0c96287 commit a292edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ compileJava {
5353
dependencies {
5454
compileOnly('org.projectlombok:lombok:1.18.12')
5555
annotationProcessor('org.projectlombok:lombok:1.18.12')
56-
implementation ("org.seleniumhq.selenium:selenium-java") {
56+
api ("org.seleniumhq.selenium:selenium-java") {
5757
version {
5858
strictly "${project.property('selenium.version')}"
5959
}

0 commit comments

Comments
 (0)