stevesaliman / gradle-properties-plugin

Gradle plugin to simplify loading project properties from external environment specific files
Apache License 2.0
192 stars 28 forks source link

Misleading info output regarding loaded properties per file #6

Closed Vampire closed 10 years ago

Vampire commented 10 years ago

https://github.com/stevesaliman/gradle-properties-plugin/blob/master/src/main/groovy/net/saliman/gradle/plugin/properties/PropertiesPlugin.groovy#L156 outputs "PropertiesPlugin:apply Loaded ${loaded} properties from ${file.filename}", but "loaded" is the count over all loaded files and properties in multiple files are counted multiple times. So this output does not quite mean what it says.

Vampire commented 10 years ago

Ah, nevermind, this was complete non-sense of course.