Polish "Allow overriding image.cleanCache from the command-line"

See gh-32719
This commit is contained in:
Stephane Nicoll
2020-10-22 10:27:59 +02:00
parent c2a483a78f
commit 59bcbd4885

View File

@@ -102,7 +102,7 @@ public class Image {
* If the cache should be cleaned before building.
* @return {@code true} if the cache should be cleaned
*/
public Boolean isCleanCache() {
public Boolean getCleanCache() {
return this.cleanCache;
}