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
for (Filefile : files) {
archives.add(newJApiCmpWorkerAction.Archive(file, "1.0"));
}
Considering that 1.0 can be easily confused with a valid version number, I'd prefer the archive version to be set to something conspicuous like unknown version.
The text was updated successfully, but these errors were encountered:
This plugin currently uses a fake version number "1.0" when the archive version cannot be determined:
Considering that
1.0
can be easily confused with a valid version number, I'd prefer the archive version to be set to something conspicuous likeunknown version
.The text was updated successfully, but these errors were encountered: