Add logging if previous version is too old

This commit is contained in:
René Pfeuffer
2019-06-27 10:17:34 +02:00
parent c7700a8ddd
commit 67f9dcc5cf
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class Versions {
private static final Logger LOG = LoggerFactory.getLogger(Versions.class);
private static final Version MIN_VERSION = Version.parse("1.60");
static final Version MIN_VERSION = Version.parse("1.60");
private final SCMContextProvider contextProvider;