Skip to content

Commit 987d7c1

Browse files
committed
[temporarily] make the project non-compilable
1 parent 5c9099e commit 987d7c1

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

build.gradle

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ ext {
1818
slf4jVersion = '2.0.17'
1919
}
2020

21+
println "***************************************"
22+
println "***************************************"
23+
println "***************************************"
24+
println "***************************************"
25+
println "***************************************"
26+
println "***************************************"
27+
println "***************************************"
28+
println "***************************************"
29+
println seleniumVersion
30+
println "***************************************"
31+
println "***************************************"
32+
println "***************************************"
33+
println "***************************************"
34+
println "***************************************"
35+
println "***************************************"
36+
println "***************************************"
37+
println "***************************************"
38+
39+
2140
group = 'io.appium'
2241
version = appiumClientVersion
2342

src/main/java/io/appium/java_client/AppiumDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,6 @@ private void initBiDi(BaseOptions<?> responseCaps) {
422422
wsClient = HttpClient.Factory.createDefault().createClient(wsConfig);
423423
}
424424
var biDiConnection = new org.openqa.selenium.bidi.Connection(wsClient, biDiUri.toString());
425-
this.biDi = new BiDi(biDiConnection, wsConfig.wsTimeout());
425+
this.biDi = new BiDi(biDiConnection);
426426
}
427427
}

0 commit comments

Comments
 (0)