We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4758c6e commit e1993cbCopy full SHA for e1993cb
scripts/dist.py
@@ -45,6 +45,8 @@ def checkMavenVersion():
45
for index, v in enumerate(mvn_version):
46
if int(above[index]) < int(v):
47
return True
48
+ elif int(above[index]) > int(v):
49
+ return False
50
51
return False
52
0 commit comments