Polish "Allow overriding image.cleanCache from the command-line"
See gh-32719
This commit is contained in:
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…
Reference in New Issue