We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1993cb commit 0b1ed9aCopy full SHA for 0b1ed9a
scripts/dist.py
@@ -48,7 +48,7 @@ def checkMavenVersion():
48
elif int(above[index]) > int(v):
49
return False
50
51
- return False
+ return True # same
52
53
54
if not checkMavenVersion():
0 commit comments