Skip to content

Commit 99f4fa2

Browse files
author
Hrithik Katiyar
committed
SDKAD-153 Updated readme for gradle config
1 parent 70b681a commit 99f4fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
4444

4545
This repository uses the BrowserStack SDK to run tests on BrowserStack. Follow the steps below to install the SDK in your test suite and run tests on BrowserStack:
4646

47-
* Following are the changes required in `gradle.build` -
48-
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
47+
* Following are the changes required in `build.gradle` -
48+
* Add `implementation 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
4949
* Fetch Artifact Information and add `jvmArgs` property in tasks *SampleTest* and *SampleLocalTest* :
5050
```
5151
def browserstackSDKArtifact = configurations.compileClasspath.resolvedConfiguration.resolvedArtifacts.find { it.name == 'browserstack-java-sdk' }

0 commit comments

Comments
 (0)