Skip to content

Commit 70f66d3

Browse files
author
Rob Rudin
committed
Added comment to explain the ordering of the plugins
1 parent 565e594 commit 70f66d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/properties-project/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
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.
24
id "net.saliman.properties" version "1.4.6"
5+
36
id "com.marklogic.ml-gradle" version "2.7.0"
47
}
58

0 commit comments

Comments
 (0)