Skip to content

Commit 7fa1837

Browse files
authored
Update README.md
1 parent 3c97db1 commit 7fa1837

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
implementation('website.magyar:mitm-java-proxy:2.0.20.99')
32+
implementation('website.magyar:mitm-java-proxy:2.0.21.100')
3333
}
3434
```
3535

@@ -47,12 +47,6 @@ To build it locally, use this command:
4747
```
4848
./gradlew clean build
4949
```
50-
Note that the tests of SSL part sometimes fail. There are some known issues on SSL side those need to be ironed out, still.
51-
A good test result you will get if you use this command:
52-
```
53-
./gradlew build -Djdk.tls.namedGroups="secp256r1, secp384r1, ffdhe2048, ffdhe3072" -Djdk.tls.client.protocols=TLSv1.2
54-
```
55-
Also, sometimes the build need to be executed several times till all the test run successfully - sorry, the SSL part (mainly because of the 3rd party libs and sometimes because of the JDK itself) is not error-free...
5650

5751
To publish the library on local machine (in local maven repository):
5852
```

0 commit comments

Comments
 (0)