File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
src/main/java/com/dbschema/mongo Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id " com.github.johnrengelman.shadow" version " 7.0.0"
55}
66
7- version ' 1.20 '
7+ version ' 1.30 '
88
99repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change 1+ systemProp.http.proxyHost =localhost
2+ systemProp.http.proxyPort =3128
3+ # systemProp.http.proxyUser=
4+ # systemProp.http.proxyPassword=
5+ systemProp.http.nonProxyHosts =127.0.0.1|localhost
6+ systemProp.https.proxyHost =localhost
7+ systemProp.https.proxyPort =3128
8+ # systemProp.https.proxyUser=
9+ # systemProp.https.proxyPassword=
10+ systemProp.https.nonProxyHosts =127.0.0.1|localhost
11+ systemProp.javax.net.ssl.trustStore =/Users/jt044c/.sdkman/candidates/java/17.0.14-tem/lib/security/cacerts
12+ systemProp.javax.net.ssl.trustStorePassword =changeit
13+ android.enableJetifier =true
14+
15+ android.useAndroidX =true
16+
17+ org.gradle.jvmargs =-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dhttp.socketTimeout=120000 -Dhttp.connectionTimeout=120000
18+
19+ systemProp.org.gradle.internal.http.connectionTimeout =120000
20+
21+ systemProp.org.gradle.internal.http.socketTimeout =120000
22+
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ public String getDriverName() {
441441 * @see java.sql.DatabaseMetaData#getDriverVersion()
442442 */
443443 public String getDriverVersion () {
444- return "1.20 " ;
444+ return "1.30 " ;
445445 }
446446
447447 /**
You can’t perform that action at this time.
0 commit comments