public class ArtifactUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
warnStaleArtifact(KitLogger logger,
File artifact)
Logs a warning in case the provided
File artifact is stale. |
public static void warnStaleArtifact(KitLogger logger, File artifact)
File artifact is stale.
This happens if the artifact was not rebuilt since the last time this method was called.logger - the KitLogger to use to log the warning.artifact - the File artifact for which to check staleness.Copyright © 2024. All rights reserved.