Gradle plugin to simplify loading project properties from external environment specific files
192
stars
28
forks
source link
propertiesPluginIgnoreMissingEnvFile in code vs. propertiesPluginIgnoreMissingEnvironment in docs #29
Closed
sustacek closed 5 years ago
I think there is discrepancy between the code and the docs for the new configurable option to ignore missing env files.
In docs, it says it's named
propertiesPluginIgnoreMissingEnvironment
, but that does not work. Checking the sources (https://github.com/stevesaliman/gradle-properties-plugin/commit/68f40a02ff35670fc86e5f63b81942126e6f80e4), it looks like the key actually used ispropertiesPluginIgnoreMissingEnvFile
, which also works when I try the plugin.