You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!version.isAtLeast(MIN_SUPPORTED_ARTIFACTORY_VERSION)) {
56
-
Stringmessage = String.format("Couldn't execute Go task. Artifactory version is %s but must be at least %s.", version.toString(), MIN_SUPPORTED_ARTIFACTORY_VERSION.toString());
56
+
Stringmessage = String.format("Couldn't execute Go task. Artifactory version is %s but must be at least %s.", version, MIN_SUPPORTED_ARTIFACTORY_VERSION);
0 commit comments