Skip to content

Commit 70b681a

Browse files
author
Hrithik Katiyar
committed
SDKAD-153 Added browserstack sdk dependency as implementation instead of compileOnly
1 parent 85fbb93 commit 70b681a

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
@@ -9,7 +9,7 @@ dependencies {
99
implementation 'org.seleniumhq.selenium:selenium-java:4.1.0'
1010
implementation 'com.codeborne:selenide:6.17.0'
1111
implementation 'org.yaml:snakeyaml:2.2'
12-
compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'
12+
implementation 'com.browserstack:browserstack-java-sdk:latest.release'
1313
}
1414

1515
group = 'com.browserstack'

0 commit comments

Comments
 (0)