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 565e594 commit 70f66d3Copy full SHA for 70f66d3
examples/properties-project/build.gradle
@@ -1,5 +1,8 @@
1
plugins {
2
+ // The properties plugin must be applied BEFORE ml-gradle so that ml-gradle sees the results of the properties plugin
3
+ // processing the gradle-(environmentName).properties files.
4
id "net.saliman.properties" version "1.4.6"
5
+
6
id "com.marklogic.ml-gradle" version "2.7.0"
7
}
8
0 commit comments