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

See gh-32719
pull/23886/head
Stephane Nicoll 4 years ago
parent c2a483a78f
commit 59bcbd4885

@ -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;
}

Loading…
Cancel
Save