File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
gradle
10
10
gradlew
11
11
gradlew.bat
12
+ logs
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
73
73
74
74
* Install dependencies ` gradle build `
75
75
* Following are the changes required in ` gradle.build ` -
76
- * Add ` compileOnly 'com.browserstack:browserstack-java-sdk:1.0.1 ' ` in dependencies
76
+ * Add ` compileOnly 'com.browserstack:browserstack-java-sdk:latest.release ' ` in dependencies
77
77
* Fetch Artifact Information and add ` jvmArgs ` property in tasks * SampleTest* and * SampleLocalTest* :
78
78
```
79
79
def browserstackSDKArtifact = configurations.compileClasspath.resolvedConfiguration.resolvedArtifacts.find { it.name == 'browserstack-java-sdk' }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation ' org.seleniumhq.selenium:selenium-java:3.141.59'
11
11
implementation ' com.browserstack:browserstack-local-java:1.0.6'
12
12
implementation ' com.googlecode.json-simple:json-simple:1.1.1'
13
- compileOnly ' com.browserstack:browserstack-java-sdk:1.0.1 '
13
+ compileOnly ' com.browserstack:browserstack-java-sdk:latest.release '
14
14
}
15
15
16
16
group = ' com.browserstack'
You can’t perform that action at this time.
0 commit comments