Commit 59bcbd48 authored by Stephane Nicoll's avatar Stephane Nicoll

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

See gh-32719
parent c2a483a7
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment