We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a74a commit fda555fCopy full SHA for fda555f
examples/disconnected-project/build.gradle
@@ -22,7 +22,10 @@ buildscript {
22
repositories {
23
jcenter()
24
}
25
- dependencies { classpath mlGradleDependency }
+ dependencies {
26
+ classpath mlGradleDependency
27
+ classpath mlSalimanDependency
28
+ }
29
30
31
examples/disconnected-project/gradle.properties
@@ -1,4 +1,5 @@
1
mlGradleDependency=com.marklogic:ml-gradle:3.6.0
2
+mlSalimanDependency=net.saliman:gradle-properties-plugin:1.4.6
3
4
mlHost=localhost
5
mlAppName=disconnected-example
0 commit comments