Skip to content

Commit 0e023aa

Browse files
authored
1 parent 0c96287 commit 0e023aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.apache.tools.ant.filters.*
22

33
plugins {
4-
id 'java'
4+
id 'java-library'
55
id 'idea'
66
id 'maven-publish'
77
id 'eclipse'
@@ -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)