Skip to content

Commit 387a7a8

Browse files
committed
Added note about new SSL properties in 3.17.0
1 parent 525bbdd commit 387a7a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

examples/local-testing-project/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ buildscript {
88
}
99
}
1010

11-
apply plugin: "java"
11+
plugins {
12+
id "net.saliman.properties" version "1.5.1"
13+
id "java"
14+
}
15+
1216
apply plugin: "com.marklogic.ml-gradle"
1317

1418
repositories {

examples/local-testing-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set this to the version you used when running
22
# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
3-
mlGradleVersion=3.8.1
3+
mlGradleVersion=3.17.0-develop
44

55
mlHost=localhost
66
mlAppName=example

examples/ssl-project/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ mlPassword=admin
99
# loading modules - i.e. in order to load options/services/transforms via the REST API server, we need an SSL connection.
1010
#
1111
# You can configure a more sophisticated SSLContext by setting the restSslContext property on mlAppConfig in an ext block in build.gradle.
12+
#
13+
# Starting in 3.17.0, there are additional properties for configuring an SSL connection based on the JVM's
14+
# default keystore. See the Property Reference page in the ml-gradle Wiki for more information.
1215
mlSimpleSsl=true

0 commit comments

Comments
 (0)