File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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+
1216apply plugin : " com.marklogic.ml-gradle"
1317
1418repositories {
Original file line number Diff line number Diff line change 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
55mlHost =localhost
66mlAppName =example
Original file line number Diff line number Diff 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.
1215mlSimpleSsl =true
You can’t perform that action at this time.
0 commit comments