Skip to content

Commit 3f3e81a

Browse files
committed
...
1 parent 269bdcc commit 3f3e81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mvn_settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import xml.dom.minidom
66
import subprocess
77

8-
if "1.7.0" in subprocess.check_output("java -Xmx32m -version", shell=1, stderr=subprocess.STDOUT) :
8+
if "1.8.0" in subprocess.check_output("java -Xmx32m -version", shell=1, stderr=subprocess.STDOUT) :
99
subprocess.check_call("mvn -Dmaven.test.skip=true clean source:jar deploy --settings mvn_settings.xml", shell=1, stderr=subprocess.STDOUT)
1010
else :
11-
print "not java 7"
11+
print "not java 8"

0 commit comments

Comments
 (0)