We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269bdcc commit 3f3e81aCopy full SHA for 3f3e81a
mvn_settings.py
@@ -5,7 +5,7 @@
5
import xml.dom.minidom
6
import subprocess
7
8
-if "1.7.0" in subprocess.check_output("java -Xmx32m -version", shell=1, stderr=subprocess.STDOUT) :
+if "1.8.0" in subprocess.check_output("java -Xmx32m -version", shell=1, stderr=subprocess.STDOUT) :
9
subprocess.check_call("mvn -Dmaven.test.skip=true clean source:jar deploy --settings mvn_settings.xml", shell=1, stderr=subprocess.STDOUT)
10
else :
11
- print "not java 7"
+ print "not java 8"
0 commit comments